-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 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
{
"name": "constellational-web",
"version": "1.0.0",
"description": "Isomorphic app that runs on AWS Lambda",
"main": "index.js",
"scripts": {
"start": "node index.js",
"postinstall": "webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/constellational/web.git"
},
"author": "Arpith Siromoney",
"license": "MIT",
"bugs": {
"url": "https://github.com/constellational/web/issues"
},
"homepage": "https://github.com/constellational/web#readme",
"dependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-polyfill": "^6.0.16",
"exports-loader": "^0.6.2",
"imports-loader": "^0.6.4",
"koa": "^1.1.2",
"koa-ejs": "^3.0.0",
"koa-static": "^1.5.2",
"marked": "^0.3.5",
"moment": "^2.10.6",
"node-fetch": "^1.3.3",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"uglify-loader": "^1.2.0",
"webpack": "^1.12.2",
"whatwg-fetch": "^0.9.0"
}
}