-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.13 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
{
"author": "Maurice Fonk <[email protected]> (http://naneau.net/)",
"name": "gunther",
"main": "./lib/gunther.js",
"description": "Gunther is a templating drop-in for Backbone.js",
"version": "0.0.23",
"homepage": "http://naneau.net/projects/gunther",
"repository": {
"type": "git",
"url": "[email protected]:naneau/gunther.git"
},
"engines": {
"node": ">=v0.4.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"coffee-script": ">=v1.6.3",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-nodeunit": "~0.2.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-watch": "~0.5.3",
"qunitjs": "~1.12.0",
"karma-qunit": "~0.1.1",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-requirejs": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.10.4",
"grunt-karma": "~0.6.2"
}
}