-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "angular-sandbox",
"version": "1.0.0",
"description": "",
"scripts": {
"postinstall": "bower install",
"build": "gulp build",
"test": "gulp build && karma start --single-run"
},
"author": "",
"license": "ISC",
"devDependencies": {
"bower": "^1.3.12",
"browser-sync": "^2.4.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.5.0",
"gulp-concat": "^2.5.2",
"gulp-if": "^1.2.5",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.4",
"gulp-load-plugins": "^0.9.0",
"gulp-minify-html": "^1.0.1",
"gulp-plumber": "^1.0.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sourcemap-loader": "^0.3.4",
"main-bower-files": "^2.6.2",
"run-sequence": "^1.0.2"
}
}