forked from cloudchen/grunt-template-jasmine-requirejs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 774 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
33
{
"name": "grunt-template-jasmine-steal",
"version": "0.3.1",
"description": "StealJS template for grunt-contrib-jasmine",
"main": "src/template-jasmine-steal.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/jaredstehler/grunt-template-jasmine-steal"
},
"keywords": [
"grunt",
"template",
"steal",
"jasmine",
"test"
],
"author": "Jared Stehler",
"contributors": ["Jarrod Overson"],
"license": "BSD",
"devDependencies": {
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-connect": "~0.3.0",
"grunt-lib-phantomjs": "~0.3.0"
},
"dependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jasmine": "~0.4.2"
}
}