forked from AngularStudyGroup/afs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.17 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "afs",
"version": "1.0.0",
"description": "A simple demo project for study angular 1 step by step.",
"main": "index.js",
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"pretest": "npm install",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AngularStudyGroup/afs.git"
},
"keywords": [
"Angular.js"
],
"author": "Yufan",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/AngularStudyGroup/afs/issues"
},
"homepage": "https://github.com/AngularStudyGroup/afs#readme",
"devDependencies": {
"bower": "1.7.9",
"browser-sync": "^2.12.12",
"del": "2.2.0",
"eslint-config-angular": "0.5.0",
"eslint-plugin-angular": "1.0.1",
"event-stream": "3.3.2",
"gulp": "3.9.1",
"gulp-angular-filesort": "1.1.1",
"gulp-angular-templatecache": "1.8.0",
"gulp-autoprefixer": "3.1.0",
"gulp-changed": "1.3.0",
"gulp-cssnano": "2.1.2",
"gulp-eslint": "2.0.0",
"gulp-expect-file": "0.0.7",
"gulp-flatten": "0.2.0",
"gulp-footer": "1.0.5",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-inject": "^4.1.0",
"gulp-natural-sort": "0.1.1",
"gulp-ng-annotate": "2.0.0",
"gulp-ng-constant": "1.1.0",
"gulp-notify": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-rev": "7.0.0",
"gulp-rev-replace": "0.4.3",
"gulp-sass": "2.3.1",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.3",
"gulp-useref": "3.1.0",
"jasmine-core": "2.4.1",
"karma": "0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-jenkins-reporter": "0.0.2",
"karma-junit-reporter": "^1.0.0",
"karma-phantomjs-launcher": "1.0.0",
"karma-script-launcher": "^1.0.0",
"lazypipe": "1.0.1",
"lodash": "^4.13.1",
"main-bower-files": "^2.13.1",
"map-stream": "0.0.6",
"phantomjs-prebuilt": "2.1.7",
"protractor": "^3.3.0",
"proxy-middleware": "0.15.0",
"run-sequence": "^1.2.1",
"shelljs": "^0.7.0",
"xml2js": "0.4.16",
"yargs": "^4.7.1"
}
}