-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.46 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "fparma",
"version": "0.0.1",
"description": "fparma events app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"fparma event app"
],
"author": "Cuel",
"license": "ISC",
"dependencies": {
"arma-class-parser": "^0.1.2",
"body-parser": "^1.12.1",
"cookie-parser": "^1.3.4",
"escape-html": "^1.0.1",
"express": "^4.12.2",
"express-session": "^1.10.4",
"fastclick": "^1.0.6",
"moment": "^2.10.0",
"mongoose": "^4.0.1",
"morgan": "^1.5.2",
"multer": "^0.1.8",
"passport": "^0.2.1",
"passport-steam": "^0.1.4"
},
"devDependencies": {
"brfs": "^1.4.0",
"browser-sync": "^2.3.1",
"browserify": "^9.0.3",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-concat-css": "^2.2.0",
"gulp-filter": "^2.0.2",
"gulp-if": "^1.2.5",
"gulp-minify-css": "^1.0.0",
"gulp-minify-html": "^1.0.2",
"gulp-nodemon": "^2.0.2",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-stylus": "^2.0.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"merge-stream": "^0.1.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.4.0"
},
"browser": {
"angular": "./node_modules/angular/angular.js"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"angular": "global:angular"
}
}