-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.3 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": "odd-tests",
"main": "lib/index.js",
"version": "0.1.0",
"description": "ODD Tests",
"author": "Tido",
"license": "ECL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/tido/odd-tests.git"
},
"scripts": {
"build": "babel ./src --out-dir ./lib",
"watch": "babel ./src --out-dir ./lib --watch",
"test": "mocha --compilers js:babel-core/register --require babel-polyfill"
},
"dependencies": {
"lodash": "4.13.1",
"mocha": "^2.2.5",
"xmldom": "^0.1.22"
},
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.5.1",
"babel-eslint": "^6.0.0-beta.6",
"babel-plugin-syntax-trailing-function-commas": "^6.5.0",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-es2015-destructuring": "^6.6.5",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-plugin-transform-regenerator": "^6.6.5",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-register": "^6.5.1",
"chai": "^2.3.0",
"eslint": "^2.5.3",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.2.0"
},
"bugs": {
"url": "https://github.com/tido/odd-tests/issues"
},
"homepage": "https://github.com/tido/odd-tests"
}