-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.03 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
{
"name": "jfive-web-components",
"version": "0.0.10",
"description": "Web components for controlling hardware with the Johnny-Five JavaScript Robotics & IoT platform.",
"scripts": {
"test": "npm run link && electron --enable-logging node_modules/scram-engine/main.js --entry-file test/index.html --auto-run",
"test-window": "electron --enable-logging node_modules/scram-engine/main.js --entry-file test/index.html --window",
"link": "npm link && npm link jfive-web-components"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scramjs/jfive-web-components.git"
},
"author": "Jordan Last <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/scramjs/jfive-web-components/issues"
},
"homepage": "https://github.com/scramjs/jfive-web-components#readme",
"dependencies": {
"johnny-five": "^0.11.1"
},
"devDependencies": {
"guesswork": "0.0.9",
"jsverify": "^0.8.2",
"scram-engine": "^0.6.1",
"sinon": "^2.2.0",
"tape": "^4.6.3"
}
}