forked from geo-frontend/nlmaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.09 KB
/
package.json
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
{
"name": "@nlmaps/nlmaps",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"Use node scripts/build.js instead\"",
"serve": "node scripts/serve.js",
"watch": "echo \"Use node scripts/build.js --watch instead\""
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015-rollup": "^3.0.0",
"browserify": "^14.3.0",
"buffertools": "^2.1.6",
"lerna": "2.0.0-rc.5",
"live-server": "^1.2.0",
"live-server-https": "0.0.2",
"nodemon": "^1.11.0",
"npm-run-all": "^4.0.2",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-eslint": "^3.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-resolve": "0.0.1-predev.1",
"rollup-plugin-uglify": "^1.0.2",
"tap": "^10.4.0",
"tape": "^4.6.3"
}
}