forked from ryanlewis/seo-metadata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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": "Epiphany.SeoMetadata",
"version": "0.4.0",
"description": "An Umbraco property editor for SEO metadata",
"license": "MIT",
"licenseUrl": "http://opensource.org/licenses/MIT",
"author": {
"name": "Ryan Lewis",
"email": "[email protected]",
"url": "http://ryanl.me"
},
"repository": {
"type": "git",
"url": "https://github.com/ryanlewis/seo-metadata"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bump": "^0.7.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-dotnet-assembly-info": "^1.0.19",
"grunt-karma": "^0.12.2",
"grunt-mkdir": "~1.0.0",
"grunt-msbuild": "^0.3.6",
"grunt-nuget": "~0.1.5",
"grunt-sass": "^1.1.0",
"grunt-template": "~0.2.3",
"grunt-umbraco-package": "~1.0.0",
"karma": "^0.13.22",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"load-grunt-tasks": "~3.4.1",
"node-sass": "^3.4.2",
"time-grunt": "~1.3.0"
}
}