forked from ladda-js/ladda-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.54 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
45
46
47
{
"name": "ladda-react",
"version": "0.2.10",
"description": "React bindings for Ladda",
"main": "dist/bundle.js",
"dependencies": {},
"peerDependencies": {
"react": "^15.5.3"
},
"devDependencies": {
"babel-core": "^6.9.0",
"babel-loader": "^7.0.0",
"babel-plugin-istanbul": "^4.0.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"coveralls": "^2.12.0",
"eslint": "^3.17.1",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"jsdom": "^9.12.0",
"ladda-cache": "^0.2.7",
"ladda-observable": "^0.2.7",
"mocha": "^2.5.3",
"nyc": "^10.1.2",
"react": "^15.5.3",
"react-dom": "^15.5.3",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"webpack": "^2.4.1"
},
"scripts": {
"test": "env NODE_PATH=$NODE_PATH:$PWD/src ./node_modules/.bin/mocha --compilers js:babel-register --reporter spec src/**/*.spec.js --require mocha.config",
"coverage": "env NODE_PATH=$NODE_PATH:$PWD/src nyc -x '**/*.spec.js' -x '**/*.config.js' --reporter=lcov --reporter=text mocha --compilers js:babel-register --reporter spec src/*.spec.js 'src/**/*.spec.js' --require mocha.config",
"lint": "eslint src",
"prepublish": "npm run lint && npm test && webpack"
},
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ladda-js/ladda-react.git"
},
"homepage": "https://github.com/ladda-js/ladda-react"
}