-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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
{
"name": "gulp-angular-for-newbs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp"
},
"author": "Binh Nguyen",
"license": "ISC",
"devDependencies": {
"angular-animate": "^1.5.8",
"angular-mocks": "^1.5.8",
"angular-route": "^1.5.8",
"bower": "^1.7.9",
"browserify": "^9.0.3",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-plugin-react": "^6.0.0",
"gulp": "^3.8.11",
"gulp-bower": "0.0.13",
"gulp-connect": "^2.2.0",
"gulp-imagemin": "^3.0.2",
"gulp-nodemon": "^2.1.0",
"gulp-ruby-sass": "^1.4.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"jasmine": "^2.4.1",
"jasmine-core": "^2.3.4",
"karma": "^1.1.2",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18",
"require-dir": "^0.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"body-parser": "^1.15.2",
"angular": "^1.5.8",
"combined-stream2": "^1.1.2",
"express": "^4.14.0",
"tar.gz": "^1.0.5"
}
}