-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 860 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
{
"name": "owl-metatags",
"version": "0.1.0",
"description": "Module to manage meta tags and Open Graph data based on ui-router states.",
"main": "dist/owl-metatags.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OwlKing/owl-metatags.git"
},
"author": "OwlKing <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OwlKing/owl-metatags/issues"
},
"homepage": "https://github.com/OwlKing/owl-metatags#readme",
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.2",
"gulp-concat": "^2.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"run-sequence": "^1.2.2"
},
"dependencies": {
"angular": "^1.5.8",
"angular-ui-router": "^0.3.1"
}
}