-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 910 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
{
"name": "autobind-decorator",
"version": "1.4.4",
"description": "Decorator for binding method to an object",
"main": "lib/index.js",
"types": "./index.d.ts",
"scripts": {
"build": "make build",
"build-test": "make build-test",
"test": "make test",
"lint": "make lint",
"clean": "make clean",
"preversion": "npm run build && npm run build-test && npm run lint && npm run test"
},
"author": "Andrey Popp <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-eslint": "^7.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.16.0",
"babelify": "^7.3.0",
"core-js": "^0.9.18",
"eslint": "^3.8.0",
"mochify": "^2.18.1",
"phantomjs": "^2.1.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreypopp/autobind-decorator.git"
}
}