forked from HackerYou/json-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 867 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 867 Bytes
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
{
"name": "json-proxy",
"version": "1.0.0",
"description": "Simple proxy for students to make JSON requests",
"main": "server.js",
"scripts": {
"test_watch": "mocha --watch test/",
"test": "mocha",
"start": "node server.js"
},
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.14.0",
"gulp": "^3.9.1",
"mongoose": "^4.7.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-router": "^3.0.0",
"request": "^2.65.0",
"xml2json": "^0.9.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"expect.js": "^0.3.1",
"mocha": "^3.4.2",
"superagent": "^3.5.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"author": "Ryan Christiani",
"license": "ISC"
}