-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "falcor-punch",
"version": "1.0.0",
"description": "A sample project to see how Falcor works.",
"main": "server.js",
"scripts": {
"package": "node zip.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"bower-resolve": "^2.2.0",
"browser-sync": "^1.3.5",
"browserify": "^5.9.3",
"clean-css": "^2.2.13",
"del": "^0.1.2",
"gulp": "^3.8.7",
"gulp-browserify": "^0.5.0",
"gulp-concat": "^2.3.4",
"gulp-nodemon": "^1.0.4",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"lodash": "^2.4.1",
"resolve": "^1.0.0",
"uglify-js": "^2.4.15",
"vinyl-buffer": "0.0.0",
"vinyl-map": "^1.0.1",
"vinyl-source-stream": "^0.1.1",
"vinyl-transform": "0.0.1"
},
"dependencies": {
"axios": "^0.7.0",
"body-parser": "^1.14.1",
"cors": "^2.7.1",
"express": "^4.13.3",
"falcor": "^0.1.14",
"falcor-express": "^0.1.2",
"falcor-router": "^0.2.11",
"moment": "^2.10.6",
"newrelic": "^1.26.2",
"sync-request": "^2.1.0",
"zip-dir": "^1.0.0"
}
}