-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "bronsonjs",
"version": "2.0.17",
"description": "AMD module framework for building large scale javascript applications",
"main": "bronson.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt karma:ci"
},
"repository": {
"url": "[email protected]:eclifford/bronson.git"
},
"author": "Eric Clifford <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/eclifford/bronson/issues"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bump": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-karma": "*",
"grunt-text-replace": "*",
"karma": "*",
"karma-chai": "*",
"karma-chai-jquery": "*",
"karma-chrome-launcher": "*",
"karma-firefox-launcher": "*",
"karma-mocha": "*",
"karma-phantomjs-launcher": "*",
"karma-requirejs": "*",
"karma-sauce-launcher": "^0.2.10",
"karma-sinon-chai": "*",
"load-grunt-tasks": "*"
},
"dependencies": {
"karma-jquery": "^0.1.0"
}
}