-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 926 Bytes
/
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
{
"name": "AngularBlog",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/danyyil-pelekhatyi/AngularBlog.git",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"angular-mocks": "^1.5.7",
"angular-route": "^1.5.7",
"browserify": "^13.0.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.10",
"gulp-connect": "^4.1.0",
"gulp-jasmine": "^2.4.0",
"gulp-ruby-sass": "^2.0.6",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.4",
"karma": "^0.13.22",
"karma-browserify": "^5.0.5",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-requirejs": "^1.0.0",
"karma-spec-reporter": "0.0.26",
"requirejs": "^2.2.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"angular": "^1.5.7"
}
}