-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 810 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 810 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
{
"name": "j5-redux",
"version": "0.0.0",
"description": "A boilerplate for setting up a J5 & redux project",
"main": "index.js",
"scripts": {
"test": "mocha --recursive",
"lint": "eslint --ext .js app"
},
"repository": "https://github.com/deathbearbrown/j5-redux.git",
"keywords": [
"Tessel"
],
"license": "MIT",
"readme": "A boilerplate for setting up a J5 & redux project",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^1.10.3",
"install": "^0.8.1",
"johnny-five": "rwaldron/johnny-five",
"lodash.isequal": "^4.2.0",
"mocha": "^2.5.3",
"mock-firmata": "0.0.7",
"npm": "^3.9.5",
"object-assign": "^4.1.0",
"redux": "^3.5.2",
"redux-mock-store": "^1.1.2",
"sinon": "^1.17.4",
"tessel-io": "rwaldron/tessel-io"
}
}