-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.45 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.45 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
49
50
51
52
53
54
{
"name": "YourUIProject",
"version": "0.0.1",
"description": "Description of your ui project",
"dependencies": {
"bower": "^1.3.2",
"coffee-script": "^1.9.1",
"connect-livereload": "^0.5.3",
"express": "^4.12.0",
"del": "^1.1.1",
"gulp": "^3.8.1",
"gulp-angular-templatecache": "^1.4.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-base64": "^0.1.2",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-clean": "^0.3.1",
"gulp-csso": "^1.0.0",
"gulp-header": "^1.2.2",
"gulp-htmlmin": "^1.1.1",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^0.4.6",
"gulp-ng-annotate": "^0.5.2",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"node-bourbon": "~1.2.3",
"open": "0.0.5",
"run-sequence": "^1.0.2",
"semver-utils": "^1.1.0",
"wrench": "~1.5.8"
},
"devDependencies": {
"karma": "~0.12",
"karma-coverage": "~0.2.7",
"karma-jasmine": "~0.3.5",
"karma-junit-reporter": "~0.2.2",
"karma-phantomjs-launcher": "0.1.4",
"karma-requirejs": "~0.2.2",
"karma-script-launcher": "~0.1.0"
},
"engines": {
"node": "~0.12.0",
"npm": "2.6.0"
},
"scripts": {
"start": "./node_modules/gulp/bin/gulp.js build; ./node_modules/gulp/bin/gulp.js server"
},
"repository" :{ "type" : "git"
, "url" : "https://github.com/jkrot/angular-simple-start"
}
}