-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.14 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.14 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
{
"name": "electrode-react-sample-material-ui",
"version": "0.0.0",
"description": "Electrode Universal React Sample App with material-ui components",
"homepage": "http://electrode.io",
"author": {
"name": "Joel Chen",
"email": "xchen@walmartlabs.com",
"url": "https://github.com/jchip"
},
"contributors": [],
"files": [
"lib"
],
"main": "lib/index.js",
"keywords": [
"Electrode",
"Universal",
"React",
"Sample",
"material-ui"
],
"repository": {
"type": "git",
"url": "jchip/electrode-react-sample-material-ui"
},
"license": "Apache-2.0",
"scripts": {
"start": "gulp dev",
"test": "gulp test",
"coverage": "gulp check"
},
"dependencies": {
"bluebird": "^3.4.6",
"electrode-archetype-react-app": "^1.4.1",
"electrode-confippet": "^1.0.0",
"electrode-router-resolver-engine": "^1.0.0",
"electrode-server": "^1.0.0",
"electrode-static-paths": "^1.0.0",
"lodash": "^4.10.1",
"material-ui": "^0.16.4",
"react-tap-event-plugin": "^2.0.0"
},
"devDependencies": {
"electrode-archetype-react-app-dev": "^1.4.1",
"gulp": "^3.9.1"
}
}