-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.17 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
38
39
40
41
42
{
"name": "telehash-mantle",
"version": "0.0.30",
"description": "repository of middlewares for telehash-core",
"main": "index.js",
"jsnext:main": "index.es.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_PATH=. node scripts/build.js",
"publish": "NODE_PATH=. node scripts/publish.js"
},
"bin": {
"mantle": "./scripts/generate.js"
},
"author": "Ryan Bennett",
"license": "ISC",
"devDependencies": {
"chokidar": "^1.5.2",
"cordova-plugin-device": "^1.1.2",
"filemode": "^2.0.1",
"fs-jetpack": "^0.9.2",
"noble": "^1.6.0",
"react-native-ble-manager": "0.0.14",
"rollup": "^0.31.2",
"rollup-plugin-commonjs": "^3.3.1",
"serialport": "^3.1.2"
},
"dependencies": {
"babel-preset-es2015-rollup": "^1.1.1",
"fs-jetpack": "^0.9.1",
"minimist": "^1.2.0",
"rollup": "^0.32.0",
"rollup-plugin-alias": "^1.2.0",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-node-builtins": "^1.0.4",
"rollup-plugin-node-globals": "^1.0.3",
"rollup-plugin-node-resolve": "^1.7.0",
"rollup-plugin-string": "^2.0.0",
"serialport": "^3.1.2",
"thc": "^0.12.8"
}
}