-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.28 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.28 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": "prismapi",
"version": "0.0.1",
"description": "Prism API",
"main": "index.js",
"scripts": {
"mongo": "mongod --dbpath db/local",
"test": "mongod --dbpath db/local | mocha --watch test/index.js",
"local": "mongod --dbpath db/local | node index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectSunday/prismapi.git"
},
"author": "Hai Nguyen",
"license": "ISC",
"bugs": {
"url": "https://github.com/ProjectSunday/prismapi/issues"
},
"homepage": "https://github.com/ProjectSunday/prismapi#readme",
"dependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"babel-root-import": "^3.2.2",
"body-parser": "^1.15.1",
"cors": "^2.7.1",
"entities": "^1.1.1",
"express": "^4.13.4",
"express-graphql": "^0.5.1",
"graphql": "^0.6.0",
"mongodb": "^2.1.18",
"request": "^2.73.0",
"rest": "^1.3.2",
"superagent": "^2.0.0",
"zombie": "^4.2.1"
},
"devDependencies": {
"chai": "^3.5.0",
"colors": "^1.1.2",
"mocha": "^2.5.3",
"prettyjson": "^1.1.3",
"supertest": "^1.2.0"
}
}