-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·48 lines (48 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·48 lines (48 loc) · 1.38 KB
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
{
"name": "angular-tex-seed",
"version": "0.0.2",
"main": "app.js",
"scripts": {
"postinstall": "bower install",
"test": "karma start ./devtools/karma.conf.js",
"protractor": "protractor ./devtools/protractor-conf.js",
"start": "gulp --gulpfile ./devtools/gulpfile.js testcopy"
},
"devDependencies": {
"connect": "~2.14.4",
"event-stream": "~3.1.1",
"gulp": "~3.5.5",
"gulp-angular-templatecache": "~1.1.0",
"gulp-autoprefixer": "0.0.6",
"gulp-changed": "~0.2.1",
"gulp-clean": "~0.2.4",
"gulp-concat": "~2.1.7",
"gulp-concat-sourcemap": "^1.3.0",
"gulp-connect": "~1.0.7",
"gulp-html-replace": "~1.1.0",
"gulp-imagemin": "~0.1.5",
"gulp-inject": "~0.4.1",
"gulp-jshint": "~1.5.0",
"gulp-load-plugins": "~0.4.0",
"gulp-log-capture": "0.0.6",
"gulp-minify-css": "~0.3.0",
"gulp-ngmin": "~0.1.2",
"gulp-protractor": "0.0.7",
"gulp-rename": "~1.2.0",
"gulp-replace": "~0.2.0",
"gulp-sass": "~0.7.1",
"gulp-strip-debug": "~0.3.0",
"gulp-tap": "~0.1.1",
"gulp-uglify": "~0.2.1",
"gulp-util": "~2.2.14",
"jshint-stylish": "^0.2.0",
"karma": "~0.12.9",
"karma-chrome-launcher": "~0.1.3",
"karma-jasmine": "~0.2.0",
"map-stream": "^0.1.0",
"open": "0.0.5",
"protractor": "^0.23.1",
"protractor-html-screenshot-reporter": "0.0.10",
"rimraf": "^2.2.8"
}
}