-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.36 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
{
"name": "view-controller",
"version": "1.0.4",
"description": "A type of controller for Marionette to separate business logic from rendering logic.",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lemieux/view-controller.git"
},
"keywords": [
"marionette",
"backbone"
],
"author": "Marc-Antoine Lemieux <marc@marcantoinelemieux.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lemieux/view-controller/issues"
},
"homepage": "https://github.com/lemieux/view-controller",
"dependencies": {
"backbone": ">=1.1.2",
"backbone.marionette": ">=2.4.1",
"jquery": ">=1.10.0",
"underscore": ">=1.6.0"
},
"devDependencies": {
"chai": "^1.9.2",
"grunt": "0.4.4",
"grunt-contrib-jshint": "0.9.2",
"grunt-contrib-watch": "0.6.1",
"grunt-jscs-checker": "0.4.1",
"grunt-karma": "^0.9.0",
"grunt-sed": "0.1.1",
"karma": "^0.12.24",
"karma-browserify": "^4.2.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.5",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"karma-sinon": "^1.0.3",
"load-grunt-tasks": "0.4.0",
"mocha": "^2.0.1",
"requirejs": "^2.1.15",
"sinon": "^1.11.1"
}
}