-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
{
"name": "reduce-prototype",
"version": "1.0.3",
"description": "reduces an object's prototype chain",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CircleOfNice/reducePrototypeChain.git"
},
"keywords": [
"object",
"prototype",
"prototype-chain",
"reduce"
],
"author": "CRCL UG (haftungsbeschränkt)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/CircleOfNice/reducePrototypeChain/issues"
},
"homepage": "https://github.com/CircleOfNice/reducePrototypeChain#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.0.2",
"esdoc": "^0.5.2",
"esdoc-flow-plugin": "^1.0.0",
"eslint": "^4.1.1",
"eslint-plugin-flowtype": "^2.34.0",
"flow-bin": "^0.48.0",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"remap-istanbul": "^0.9.5"
}
}