-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·51 lines (51 loc) · 1.12 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
{
"name": "sTeam-web-interface",
"version": "0.1.0",
"description": "Web interface for Steam Collaboration platform",
"main": "app.js",
"dependencies": {
"bower": "~1.4.1",
"node-static": "~0.7.6"
},
"devDependencies": {
"del": "^1.2.1",
"frisby": "^0.8.5",
"gulp": "^3.9.0",
"gulp-cache": "^0.2.10",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0"
},
"scripts": {
"postinstall": "node_modules/.bin/bower install",
"start": "node app.js",
"test": "jasmine-node tests/api.js"
},
"standard": {
"ignore": [
"node_modules",
"bower_components"
],
"global": [
"angular",
"response",
"taOptions",
"sys",
"jasmine",
"expect"
]
},
"repository": {
"type": "git",
"url": "git://github.com/dolftax/sTeam-web-interface.git"
},
"license": "GPL",
"bugs": {
"url": "https://github.com/dolftax/sTeam-web-interface/issues"
}
}