-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 891 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 891 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
32
33
34
35
36
37
38
{
"name": "redux-adventures",
"version": "0.1.0",
"description": "Nodeschool Workshopper based on Redux Library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jbelmont/redux-adventures.git"
},
"keywords": [
"React.js",
"Redux",
"Node.js"
],
"author": "Jean-Marcel Belmont",
"license": "MIT",
"bugs": {
"url": "https://github.com/jbelmont/redux-adventures/issues"
},
"homepage": "https://github.com/jbelmont/redux-adventures#readme",
"dependencies": {
"redux": "^3.6.0",
"semver": "^5.3.0",
"workshopper": "^2.7.0",
"workshopper-exercise": "^2.7.0",
"workshopper-timer": "^1.0.0"
},
"devDependencies": {
"faithful-exec": "^0.1.0",
"mocha": "^3.1.2"
},
"engines": {
"node": ">=6"
}
}