This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.5 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
{
"name": "source",
"private": true,
"version": "0.0.1",
"engines": {
"node": ">=0.10.32"
},
"devDependencies": {
"browser-sync": "^2.8.0",
"chalk": "^1.1.0",
"chromedriver": "^2.16",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-bower": "0.0.11",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-concat-sourcemap": "^1.3.1",
"gulp-concat-vendor": "0.0.4",
"gulp-csscomb": "^3.0.6",
"gulp-if": "^2.0.0",
"gulp-install": "^0.6.0",
"gulp-load-plugins": "^1.0.0-rc",
"gulp-ng-annotate": "^1.0.0",
"gulp-notify": "^2.2.0",
"gulp-pleeease": "^2.0.2",
"gulp-plumber": "^1.0.1",
"gulp-protractor": "2.1.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.1",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-sync": "0.1.4",
"gulp-task-list": "0.0.1",
"gulp-tslint": "^4.2.2",
"gulp-typescript": "^2.7.7",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"leveldown": "^1.3.0",
"main-bower-files": "^2.9.0",
"mocha": "*",
"node-notifier": "^4.2.3",
"require-dir": "^0.3.0",
"superagent": "^1.2.0",
"typescript": "1.7.5"
},
"dependencies": {
"gulp-prompt": "^0.1.2",
"angular2": "2.0.0-beta.0",
"bootstrap": "^3.3.6"
},
"scripts": {
"ts": "gulp compile-ts",
"tslint": "gulp ts-lint",
"js-vendor": "gulp js-vendor",
"watch": "gulp watch",
"build": "gulp build"
}
}