forked from chaplinjs/chaplin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "chaplin",
"version": "1.2.0",
"description": "An Application Architecture Using Backbone.js",
"repository": "git://github.com/chaplinjs/chaplin.git",
"dependencies": {
"backbone": "~1.3.3",
"underscore": "~1.8.3"
},
"devDependencies": {
"backbone.nativeview": "~0.3.4",
"chai": "~4.2.0",
"coffee-coverage": "~2.0.0",
"coffeescript": "~1.12.7",
"coffeeify": "~3.0.1",
"grunt": "~1.0.4",
"grunt-browserify": "~5.3.0",
"grunt-cli": "~1.3.2",
"grunt-coffeelint": "~0.0.16",
"grunt-contrib-compress": "1.4.3",
"grunt-contrib-uglify": "~4.0.1",
"grunt-contrib-watch": "~1.1.0",
"grunt-istanbul": "0.8.0",
"grunt-mocha-test": "~0.13.3",
"grunt-transbrute": "1.0.1",
"jquery": "~3.3.1",
"jsdom": "~14.0.0",
"jsdom-global": "~3.0.2",
"mocha": "~6.0.2",
"prompt": "~1.0.0",
"sinon": "~7.3.1",
"sinon-chai": "~3.3.0"
},
"main": "build/chaplin.js",
"scripts": {
"test": "grunt test && grunt test:jquery",
"coverage": "grunt coverage",
"build": "grunt build"
},
"license": "SEE LICENSE IN MIT-LICENSE.txt"
}