-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.44 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
{
"name": "testweb",
"version": "0.0.1",
"description": "",
"author": "Fouad JADOUANI",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/fouad-j/init-project-angular.git"
},
"scripts": {
"test": "gulp karma",
"start": "gulp serve",
"lint": "gulp lint"
},
"pre-commit": [
"lint",
"karma"
],
"dependencies": {
"add-stream": "^1.0.0",
"angular": "^1.5.7",
"angular-ui-router": "^0.3.1",
"bootstrap": "^3.3.6",
"jquery": "^2.0.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"browser-sync": "^2.13.0",
"del": "^2.2.1",
"eslint": "^3.0.0",
"eslint-config-google": "^0.6.0",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-standard": "^1.3.2",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-eslint": "^2.0.0",
"gulp-htmlmin": "^2.0.0",
"gulp-less": "^3.1.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"jasmine": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-mocha-reporter": "^2.0.4",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7",
"pre-commit": "^1.1.3",
"run-sequence": "^1.2.2"
}
}