-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.52 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
52
53
54
55
56
57
58
59
{
"name": "wwl-js-backbone-extensions",
"version": "0.2.5",
"description": "",
"main": "lib/index.coffee",
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js",
"test-ci": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"author": {
"name": "wonderweblabs",
"email": "email@wonderweblabs.com",
"url": "https://www.wonderweblabs.com"
},
"license": "MIT",
"files": [
"lib",
"LICENSE",
"package.json",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/wonderweblabs/wwl-js-backbone-extensions.git"
},
"dependencies": {
"backbone": "^1.3.3",
"jquery": "^2.2.0",
"q": ">=2.0.3",
"underscore": "^1.8.3",
"wwl-js-app-context": "0.1.1",
"wwl-js-utils": "0.1.2"
},
"devDependencies": {
"browserify": "^13.0.0",
"browserify-incremental": "^3.0.1",
"browserify-istanbul": "^1.0.0",
"chai": "^3.5.0",
"chai-things": "^0.2.0",
"coffee-script": "^1.10.0",
"coffeeify": "^2.0.1",
"istanbul": "^0.4.2",
"karma": "^0.13.22",
"karma-browserify": "^5.0.2",
"karma-chrome-launcher": "^0.2.2",
"karma-coffee-preprocessor": "^0.3.0",
"karma-coverage": "^0.5.5",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon-chai": "^1.2.0",
"lolex": "^1.4.0",
"mocha": "^2.4.5",
"mocha-jsdom": "^1.1.0",
"phantomjs-prebuilt": "^2.1.5",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"watchify": "^3.7.0"
}
}