forked from vinaygopinath/ngMeta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.07 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
{
"name": "ng-meta",
"version": "1.0.3",
"description": "Meta tags support for AngularJS single page applications (SPA)",
"main": "dist/ngMeta.js",
"scripts": {
"test": "grunt test",
"build": "grunt dist"
},
"repository": {
"type": "git",
"url": "github.com/vinaygopinath/ngMeta"
},
"keywords": [
"angularjs",
"meta",
"title",
"seo",
"google",
"open-graph",
"description",
"spa"
],
"author": "Vinay Gopinath",
"license": "MIT",
"bugs": {
"url": "https://github.com/vinaygopinath/ngMeta/issues"
},
"homepage": "https://github.com/vinaygopinath/ngMeta",
"dependencies": {
"angular": "^1.2.x"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.2",
"grunt-karma": "^0.12.0",
"grunt-ng-annotate": "^1.0.1",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.9",
"karma-jasmine": "^0.3.6",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs2-launcher": "^0.5.0",
"phantomjs": "^2"
}
}