-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
46 lines (45 loc) · 1.08 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
{
"name": "backbone.controller",
"main": "backbone.controller",
"description": "Controller for Backbone.js applications",
"version": "0.3.1",
"author": "Artyom Trityak <[email protected]>",
"url": "https://github.com/artyomtrityak/backbone.controller",
"license": "MIT",
"keywords": [
"controller",
"backbone",
"router",
"client",
"browser"
],
"engines": {
"node": "0.10.28",
"npm": "1.4.10"
},
"repository": {
"type": "git",
"url": "[email protected]:artyomtrityak/backbone.controller.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"backbone": ">=1.0.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.9",
"grunt-contrib-jshint": "~0.6.4",
"grunt-karma": "~0.8.3",
"karma": "~0.12.16",
"karma-chrome-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-mocha": "~0.1.4",
"karma-phantomjs-launcher": "~0.1.4",
"karma-script-launcher": "~0.1.0",
"mocha": "~1.20.1",
"phantomjs": "~1.9.2-6"
}
}