-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "angular-rest-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "http-server -a localhost -p 8000 -c-1 ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renecardozo/angular-rest-api.git"
},
"keywords": [],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/renecardozo/angular-rest-api/issues"
},
"homepage": "https://github.com/renecardozo/angular-rest-api#readme",
"dependencies": {},
"devDependencies": {
"angular-mocks": "^1.6.4",
"babel-preset-es2015": "^6.24.0",
"del": "^2.2.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.0.4",
"gulp-concat": "^2.6.1",
"gulp-inject": "^4.2.0",
"gulp-rename": "^1.2.2",
"gulp-server-livereload": "^1.9.2",
"gulp-uglify": "^2.1.2",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"main-bower-files": "^2.13.1"
}
}