forked from ICFI/epa-eds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.98 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
{
"name": "epa-eds-proto",
"version": "0.0.1",
"description": "NodeJS implementation shell in response to the EPA EDS Request for Info",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Andrew Zeswitz <azeswitz@icfi.com>",
"license": "MIT",
"dependencies": {
"bluebird" : "^2.9.12",
"body-parser" : "^1.12.0",
"cookie-parser" : "^1.3.4",
"csurf" : "^1.7.0",
"express" : "^4.12.0",
"express-session" : "^1.10.3",
"helmet" : "^0.6.1",
"jade" : "^1.9.2",
"longjohn" : "^0.2.4",
"node-rest-client" : "^1.4.4"
},
"devDependencies": {
"bower" : "^1.3.12",
"gulp" : "^3.9.0",
"gulp-inject" : "^1.3.1",
"gulp-load-plugins" : "^1.0.0-rc.1",
"gulp-rename" : "^1.2.2",
"gulp-order" : "^1.1.1",
"gulp-jshint" : "^1.11.0",
"jshint-stylish" : "^2.0.1",
"gulp-less" : "^3.0.3",
"gulp-minify-css" : "^1.2.0",
"gulp-concat" : "^2.6.0",
"gulp-uglify" : "^1.2.0",
"gulp-angular-filesort" : "^1.1.1",
"gulp-ng-html2js" : "^0.2.0",
"main-bower-files" : "^2.8.0",
"q" : "^1.4.1",
"del" : "^1.2.0",
"event-stream" : "^3.3.1",
"chai" : "^2.1.0",
"karma" : "^0.12.31",
"karma-chai" : "^0.1.0",
"karma-chrome-launcher" : "^0.1.7",
"karma-mocha" : "^0.1.10",
"karma-phantomjs-launcher" : "^0.1.4",
"karma-ng-html2js-preprocessor" : "~0.1",
"phantomjs" : "^1.9.15",
"supertest" : "^0.15.0"
}
}