forked from codewars/codewars-runner-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.1 KB
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
60
61
62
63
64
65
66
67
68
69
70
{
"name": "codewars-runner-cli",
"description": "Codewars.com code sandbox capabilities",
"version": "0.1.6",
"author": {
"name": "Jake Hoffner",
"email": "jake@codewars.com"
},
"scripts": {
"osx-test": "./node_modules/.bin/mocha -t 5000 test/runners/{objc,swift}_spec",
"js-test": "mocha -t 5000 test/runners/javascript_spec",
"ts-test": "./node_modules/.bin/mocha -t 5000 test/runners/typescript_spec",
"cs-test": "./node_modules/.bin/mocha -t 5000 test/runners/csharp_spec",
"ruby-test": "./node_modules/.bin/mocha -t 5000 test/runners/ruby_spec",
"dart-test": "./node_modules/.bin/mocha -t 5000 test/runners/dart_spec"
},
"repository": {
"type": "git",
"url": "http://github.com/codewars/runner.git"
},
"dependencies": {
"chai": "1.9.x",
"lodash": "*",
"mocha": "1.19.x",
"nomnom": "1.6.x",
"temp": "*",
"bluebird": "*",
"js-yaml": "*",
"utf8": "^2.1.1",
"mocha-reporter": "git://github.com/codewars/mocha-reporter"
},
"devDependencies": {
"babel-core": "*",
"babel-plugin-angular2-annotations": "5.0.0",
"babel-plugin-transform-class-properties": "6.6.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-flow-strip-types": "6.7.0",
"babel-preset-es2015": "*",
"babel-preset-node5": "*",
"babel-preset-react": "*",
"babel-preset-stage-0": "*",
"babel-preset-stage-1": "*",
"babel-runtime": "*",
"baconjs": "^0.7.84",
"brain": "^0.7.0",
"chai-change": "^1.0.0",
"chai-factories": "^0.1.0",
"chai-spies": "^0.7.1",
"chai-stats": "^0.3.0",
"chai-subset": "^1.2.2",
"dclassify": "^1.1.2",
"deku": "^2.0.0-rc16",
"elasticsearch": "^11.0.1",
"expect": "^1.18.0",
"immutable": "^3.8.1",
"limdu": "^0.8.0",
"mongodb": "^2.1.18",
"mongoose": "^4.4.14",
"natural": "^0.4.0",
"nlp_compromise": "^4.10.6",
"quickcheck": "0.0.4",
"react": "^15.0.2",
"react-canvas": "^1.1.0",
"react-dom": "^15.0.2",
"redis": "^2.6.0-2",
"rx": "^4.1.0",
"should": "^8.3.1",
"typings": "^0.8.1"
}
}