forked from rhokbrisbane/substation33
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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
{
"name": "substation33",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server"
},
"dependencies": {
"body-parser": "^1.15.0",
"event-stream": "^3.1.5",
"express": "^4.13.4",
"firebase": "^3.0.3",
"gulp": "^3.8.1",
"gulp-angular-templatecache": "^1.2.1",
"gulp-bower-files": "^0.2.5",
"gulp-clean": "^0.3.0",
"gulp-concat": "^2.2.0",
"gulp-connect": "^2.0.5",
"gulp-filter": "^0.5.0",
"gulp-load-plugins": "^0.5.1",
"gulp-manifest": "0.0.5",
"gulp-minify-css": "^0.3.5",
"gulp-minify-html": "^0.1.3",
"gulp-ngmin": "^0.3.0",
"gulp-print": "^1.1.0",
"gulp-rev": "^0.4.1",
"gulp-spa": "^0.2.2",
"gulp-uglify": "^0.3.1",
"gulp-util": "^2.2.17",
"run-sequence": "^0.3.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhokbrisbane/substation33.git"
},
"author": "Martin Langdon <martin@netengine.com.au>",
"license": "ISC",
"bugs": {
"url": "https://github.com/rhokbrisbane/substation33/issues"
},
"homepage": "https://github.com/rhokbrisbane/substation33#readme"
}