-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 908 Bytes
/
package.json
File metadata and controls
executable file
·38 lines (38 loc) · 908 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
{
"name": "demaciajs",
"version": "1.0.0",
"description": "demaciajs",
"main": "dist/apm.js",
"scripts": {
"dev": "NODE_ENV='development' rollup -c -w",
"build": "NODE_ENV='production' rollup -c",
"test": "mocha test/*.js --compilers js:buble/register",
"push": "git push origin HEAD:refs/for/master"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"apm",
"js"
],
"author": "lyb",
"license": "MIT",
"devDependencies": {
"buble": "^0.15.1",
"express": "^4.14.0",
"mocha": "^3.2.0",
"rollup": "^0.38.0",
"rollup-plugin-alias": "^1.2.0",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-cleanup": "^0.1.4",
"rollup-plugin-eslint": "^3.0.0",
"rollup-plugin-filesize": "^1.0.1",
"rollup-plugin-uglify": "^1.0.1",
"rollup-watch": "^2.5.0"
},
"dependencies": {
"body-parser": "^1.16.1"
}
}