-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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": "trainman",
"version": "2.5.2",
"description": "Build and deployment tool for static websites and single-page apps.",
"main": "./lib/trainman",
"repository": {
"type": "git",
"url": "https://github.com/bedrocketjmd/trainman.git"
},
"dependencies": {
"colors": "1.1.2",
"connect-history-api-fallback": "1.3.0",
"del": "2.2.2",
"extend": "3.0.0",
"gulp": "3.9.1",
"gulp-angular-templatecache": "2.0.0",
"gulp-clean-css": "2.3.2",
"gulp-concat": "2.6.1",
"gulp-connect": "5.0.0",
"gulp-dedupe": "0.0.2",
"gulp-insert": "0.5.0",
"gulp-s3": "0.3.0",
"gulp-sass": "3.0.0",
"gulp-template": "4.0.0",
"gulp-uglify": "2.0.0",
"map-stream": "0.0.6",
"minimist": "1.2.0",
"morgan": "1.7.0",
"open": "0.0.5",
"run-sequence": "1.2.2",
"streamqueue": "1.1.1",
"tiny-lr": "1.0.3"
},
"engines": {
"node": ">=5.0.0"
},
"author": "Sportsrocket Product Team <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bedrocketjmd/trainman/issues"
},
"homepage": "https://github.com/bedrocketjmd/trainman#readme"
}