-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (46 loc) · 1.48 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
{
"name": "jstest",
"description": "Javascript Testing",
"version": "1.0.0",
"private": true,
"authors": [
"Chris Barmonde <[email protected]>"
],
"repository": {
"type": "git",
"url": "[email protected]/chrisbarmonde/jstest"
},
"scripts": {
"test-mocha-react": "NODE_PATH=./src/:./node_modules mocha --opts ./mocha/react.opts",
"test-mocha-backbone": "NODE_PATH=./src/:./node_modules mocha --opts ./mocha/backbone.opts",
"test-jasmine-react": "NODE_PATH=./src/:./node_modules jasmine JASMINE_CONFIG_PATH=spec/react.json",
"test-jasmine-backbone": "NODE_PATH=./src/:./node_modules jasmine JASMINE_CONFIG_PATH=spec/backbone.json"
},
"dependencies": {
"react": "^15.0.1",
"react-dom": "^15.0.1"
},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-register": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"backbone": "^1.3.3",
"jquery": "2.2.3",
"jquery-mockjax": "^2.1.1",
"jsdom": "^8.4.0",
"moment": "2.9.0",
"nock": "^8.0.0",
"node-fetch": "^1.5.1",
"react-addons-test-utils": "^15.0.1",
"underscore": "^1.8.3",
"mocha": "^2.4.5",
"chai": "^3.5.0",
"sinon": "^1.17.3",
"jasmine": "^2.4.1",
"jasmine-ajax": "^3.2.0"
},
"main": "index.js",
"license": "BSD"
}