-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
75 lines (75 loc) · 1.78 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
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "Artdrop",
"version": "0.0.1",
"description": "Configurable art, to match your couch",
"scripts": {
"start": "NODE_ENV=production cd server && node server.js",
"dev": "NODE_ENV=dev node dev-server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Moises404/Artdrop.git"
},
"keywords": [
"react",
"reactjs",
"boilerplate",
"hot",
"reload",
"hmr",
"live",
"edit",
"webpack"
],
"author": "Dan Vingo, Moises Sanabria",
"license": "Private",
"bugs": {
"url": "https://github.com/gaearon/react-hot-boilerplate/issues"
},
"homepage": "https://github.com/Moises404/Artdrop",
"devDependencies": {
"babel-core": "^5.4.3",
"babel-loader": "^5.1.2",
"install": "^0.1.8",
"mustache": "^2.1.0",
"npm": "^2.11.1",
"react-hot-loader": "^1.2.7",
"template-html-loader": "0.0.3",
"webpack": "^1.9.6",
"webpack-dev-server": "^1.8.2"
},
"dependencies": {
"async": "^1.4.2",
"aws-sdk": "^2.2.6",
"babel": "^5.8.23",
"body-parser": "^1.14.0",
"classnames": "^2.1.2",
"compression": "^1.5.2",
"cors": "^2.7.1",
"css-loader": "^0.14.4",
"express": "^4.13.1",
"firebase": "^2.2.9",
"httpplease": "^0.16.4",
"immutable": "^3.7.3",
"mustache-express": "^1.2.1",
"node-sass": "^3.1.2",
"nuclear-js": "^1.0.2",
"pako": "^0.2.7",
"phantom": "^0.7.2",
"react": "^0.13.0",
"react-hammerjs": "^0.2.2",
"react-keypress": "^0.1.5",
"react-router": "^0.13.3",
"react-social": "^0.1.9",
"request": "^2.60.0",
"rsvp": "^3.0.18",
"sass-loader": "^1.0.2",
"stripe": "^4.0.0",
"style-loader": "^0.12.3",
"superagent": "^1.4.0",
"svg-injector": "^1.1.2"
},
"engines": {
"node": "0.10.x"
}
}