-
Notifications
You must be signed in to change notification settings - Fork 96
/
package.json
52 lines (52 loc) · 1.55 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
50
51
52
{
"name": "grunt-template-jasmine-requirejs",
"version": "0.2.3",
"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": "Cloud Chen <[email protected]>",
"contributors": [
"Gunnar A. Reinseth <[email protected]>",
"Tim Snadden <[email protected]>",
"James Pamplin <[email protected]>",
"Jarrod Overson <[email protected]>",
"Jarrod Overson <[email protected]>",
"Cina S <[email protected]>",
"tmartensen <[email protected]>",
"Kevin Chiu <[email protected]>",
"Ohgyun Ahn <[email protected]>",
"Ross-Hunter <[email protected]>",
"Celso Ulises Juarez Ramirez <[email protected]>",
"Kevin Chiu <[email protected]>",
"Zach Dennis <[email protected]>",
"reinseth <[email protected]>",
"Ben <[email protected]>",
"Ben Livermore <[email protected]>",
"Ghn <[email protected]>",
"E.J. Dyksen <[email protected]>",
"Brian Ng <[email protected]>"
],
"license": "BSD",
"devDependencies": {
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-watch": "~0.1.4",
"grunt": "~0.4.1",
"grunt-contrib-jasmine": "~0.6",
"grunt-contrib-connect": "~0.2.0",
"grunt-bump": "0.0.13",
"grunt-npm": "0.0.2"
}
}