-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 990 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "apib",
"version": "0.2.0",
"description": "An API basic client.",
"main": "dist/apib.js",
"scripts": {
"test": "mocha",
"build": "rollup -c",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/z9i/apib.git"
},
"keywords": [
"api",
"apib"
],
"author": "z9i",
"contributors": [
"xovel"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/z9i/apib/issues"
},
"homepage": "https://github.com/z9i/apib#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-classes": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"eslint": "^6.1.0",
"eslint-config-zob": "0.0.4",
"eslint-plugin-zob": "0.0.2",
"mocha": "^6.2.0",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-uglify": "^6.0.2"
}
}