-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.39 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.39 KB
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
43
44
45
46
47
48
49
{
"name": "thingssdk-espruino-strategy",
"version": "1.0.3",
"description": "Build and upload tools for thingsSDK based projects",
"main": "index.js",
"scripts": {
"test": "mocha",
"test:coverage": "istanbul cover node_modules/mocha/bin/_mocha",
"postinstall": "rimraf node_modules/bluetooth-hci-socket"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/thingsSDK/thingssdk-espruino-strategy.git"
},
"keywords": [
"thingssdk",
"espruino"
],
"dependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-rollup": "^3.0.0",
"espruino": "0.1.6",
"rimraf": "^2.6.2",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-cleanup": "^2.0.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.3.0"
},
"devDependencies": {
"chai": "^4.1.2",
"esprima": "^4.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.0.5",
"mock-spawn": "^0.2.6",
"proxyquire": "^2.0.1",
"sinon": "^4.5.0",
"test-console": "^1.1.0",
"tmp": "0.0.33"
},
"author": "Andrew Chalkley <andrew@chalkley.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thingsSDK/thingssdk-espruino-strategy/issues"
},
"homepage": "https://github.com/thingsSDK/thingssdk-espruino-strategy#readme"
}