forked from biosis21/angular-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.39 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
55
56
57
58
{
"name": "angular-skeleton",
"version": "0.1.4",
"description": "Angular Skeleton with Code Style by John Papa",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bower": "bower install",
"start": "gulp"
},
"engines": {
"node": "~0.12.2",
"npm": "~2.7.4"
},
"authors": [
"Nikolay Savenko <biosis21@gmail.com>",
"Bogdan Pohasii <bogdanpogasiy@gmail.com>"
],
"keywords": [
"Angular",
"Skeleton",
"Codestyle by John Papa"
],
"license": "MIT",
"devDependencies": {
"bower": "^1.3.12",
"browser-sync": "^2.7.13",
"del": "^2.0.2",
"gulp": "^3.8.10",
"gulp-angular-templatecache": "^1.5.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-connect": "^2.2.0",
"gulp-imagemin": "^2.3.0",
"gulp-jscs": "^2.0.0",
"gulp-jscs-stylish": "^1.1.2",
"gulp-jshint": "^1.9.4",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^0.1.8",
"gulp-plumber": "~1.0.0",
"gulp-preprocess": "^1.2.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.3",
"gulp-sourcemaps": "^1.5.1",
"gulp-watch": "^3.0.0",
"imagemin-pngquant": "^4.2.0",
"jshint": "^2.6.3",
"request": "^2.51.0",
"requirejs": "^2.1.15"
},
"repository": {
"type": "git",
"url": "https://github.com/npm/npm.git"
},
"dependencies": {
"bower": "^1.4.1",
"gulp": "^3.9.0"
}
}