forked from JSteunou/grunt-jspot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1 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
48
49
{
"name": "grunt-jspot",
"description": "Grunt task for the jspot library",
"version": "0.1.0",
"homepage": "https://github.com/JSteunou/grunt-jspot",
"author": {
"name": "Jérôme Steunou",
"url": "http://jeromesteunou.net"
},
"repository": {
"type": "git",
"url": "git://github.com/JSteunou/grunt-jspot.git"
},
"bugs": {
"url": "https://github.com/JSteunou/grunt-jspot/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/JSteunou/grunt-jspot/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^1.4.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-nodeunit": "^4.0.0",
"grunt-mkdir": "^1.1.0"
},
"peerDependencies": {
"grunt": "^1.4.0"
},
"keywords": [
"gruntplugin",
"jspot",
"gettext",
"pomo",
"i18n"
],
"dependencies": {
"jspot": "^0.3.0"
}
}