-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 986 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
{
"private": true,
"scripts": {
"test": "babel-tape-runner packages/*/test/* | tap-spec",
"docs": "jsdoc -c jsdoc.json",
"bootstrap": "lerna bootstrap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tdzienniak/entropy.git"
},
"keywords": [],
"author": "Tymoteusz Dzienniak <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tdzienniak/entropy/issues"
},
"homepage": "https://github.com/tdzienniak/entropy#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-tape-runner": "^2.0.1",
"check-types": "^7.1.5",
"docdash": "^0.4.0",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.7.0",
"jsdoc": "^3.5.1",
"lerna": "^2.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.7.0",
"webpack": "^3.1.0"
}
}