-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 758 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 758 Bytes
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
{
"dependencies": {
"angular": "1.6.1",
"angular-route": "1.6.1"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-angular-templatecache": "1.8.0",
"gulp-clean": "^0.2.4",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^1.12.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^0.2.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5"
},
"name": "angular-plugin",
"version": "0.0.26",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rmalchow/angular-plugin.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rmalchow/angular-plugin/issues"
},
"homepage": "https://github.com/rmalchow/angular-plugin#readme",
"description": ""
}