-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.3 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.3 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
50
51
52
53
54
55
56
{
"name": "electrode-react-webapp",
"version": "1.1.0",
"description": "Hapi plugin that provides a default React web app template",
"main": "lib/index.js",
"scripts": {
"lint": "gulp lint",
"test": "npm run lint && gulp test",
"prepublish": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/electrode-io/electrode-react-webapp"
},
"keywords": [
"electrode",
"node",
"webserver"
],
"contributors": [
{
"name": "Joel Chen",
"email": "xchen@walmartlabs.com"
},
{
"name": "Caoyang Shi",
"email": "cshi@walmartlabs.com"
},
{
"name": "Arpan Nanavati",
"email": "nanavatiarpan@gmail.com"
}
],
"license": "Apache-2.0",
"dependencies": {
"bluebird": "^3",
"hoek": "^3.0.1",
"little-loader": "^0.1.1",
"lodash": "^4.0.0",
"react": "^15.3.1",
"react-dom": "^15.3.1"
},
"devDependencies": {
"babel-cli": "^6.1.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"electrode-archetype-njs-module-dev": "^1.0.1",
"electrode-server": "^1.0.1",
"gulp": "^3.9.1",
"object-assign": "^4.1.0",
"superagent": "^1.6.1",
"uglify-js": "^2.6.2"
}
}