forked from cloudchen/grunt-template-jasmine-requirejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 817 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": "grunt-template-jasmine-requirejs",
"version": "0.1.8",
"description": "Requirejs template for grunt-contrib-jasmine",
"main": "src/template-jasmine-requirejs.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/cloudchen/grunt-template-jasmine-requirejs"
},
"keywords": [
"grunt",
"template",
"requirejs",
"jasmine",
"test"
],
"author": "Jarrod Overson",
"contributors": [
{ "name": "Cloud Chen", "email": "[email protected]", "url": "https://github.com/cloudchen" }
],
"license": "BSD",
"devDependencies": {
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-watch": "~0.1.4",
"grunt": "~0.4.1",
"grunt-contrib-jasmine": "~0.5.2",
"grunt-contrib-connect": "~0.2.0"
}
}