-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 997 Bytes
/
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
{
"name": "darwinbots.js",
"version": "0.0.2",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "nodemon -w test -w src --exec 'mocha --compilers js:mocha-traceur test/parser'",
"doc": "babel src -d es5_build; jsdoc -r es5_build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BradLyman/DarwinBots.Js.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/BradLyman/DarwinBots.Js/issues"
},
"homepage": "https://github.com/BradLyman/DarwinBots.Js#readme",
"devDependencies": {
"babel-cli": "^6.1.1",
"babel-plugin-transform-es2015-arrow-functions": "^6.0.14",
"diveSync": "^0.3.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"mocha-traceur": "^2.1.0",
"nodeunit": "^0.9.1",
"should": "^7.1.1",
"traceur": "0.0.92",
"traceur-runner": "^2.0.1"
},
"dependencies": {
"keymirror": "^0.1.1",
"object-result": "^1.2.0",
"should": "^7.1.0"
}
}