-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "PCFSizer",
"version": "1.0.0",
"dependencies": {
"express": "^4.13.4",
"glob": "^7.0.3",
"lodash": "^4.13.1",
"phantomjs-prebuilt": "^2.1.7",
"pui-css-all": "^5.2.0"
},
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"bootstrap": "^3.3.6",
"dr-frankenstyle": "^0.2.7",
"graceful-fs": "^4.1.3",
"gulp": "^5.0.0",
"gulp-livereload": "^4.0.2",
"gulp-nodemon": "^2.0.6",
"gulp-plumber": "^1.1.0",
"gulp-ruby-sass": "^2.0.6",
"jasmine-core": "^2.4.1",
"jasmine-node": "^1.14.x",
"jquery": "^3.7.1",
"jshint-stylish": "^1.0.0",
"karma": "^6.4.3",
"karma-chrome-launcher": "^0.2.3",
"karma-jasmine": "0.2.x",
"karma-junit-reporter": "^2.0.1",
"karma-phantomjs-launcher": "^0.2.3",
"karma-super-dots-reporter": "^0.1.0",
"phantomjs": "^2.1.7",
"request": "^2.72.0",
"rewire": "^2.5.1",
"time-grunt": "^1.3.0"
},
"scripts": {
"start": "node app.js"
},
"engines": {
"node": "^9.6.1",
"npm": "^3.10.9"
}
}