UNPKG

1.61 kBJSONView Raw
1{
2 "name": "react-sortablejs",
3 "version": "0.5.1",
4 "description": "A higher order React component for Sortable (https://github.com/RubaXa/Sortable).",
5 "main": "lib/index.js",
6 "scripts": {
7 "prepublish": "npm run lint && npm run build && npm test",
8 "build": "babel ./src --out-dir ./lib",
9 "test": "./babel-tap --coverage test/*.js",
10 "lint": "eslint ./src",
11 "lint:fix": "eslint --fix ./src",
12 "precommit-check": "npm run lint",
13 "coveralls": "./babel-tap --coverage --coverage-report=text-lcov test/*.js | node_modules/.bin/coveralls"
14 },
15 "pre-commit": [
16 "precommit-check"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/cheton/react-sortable.git"
21 },
22 "author": "Cheton Wu <cheton@gmail.com>",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/cheton/react-sortable/issues"
26 },
27 "homepage": "https://github.com/cheton/react-sortable",
28 "keywords": [
29 "react",
30 "react-component",
31 "sortable",
32 "reorder",
33 "drag",
34 "mixin"
35 ],
36 "peerDependencies": {
37 "react": "^0.14.0",
38 "react-dom": "^0.14.0",
39 "sortablejs": "1.x"
40 },
41 "dependencies": {},
42 "devDependencies": {
43 "babel": "^6.5.2",
44 "babel-cli": "^6.6.5",
45 "babel-core": "^6.7.0",
46 "babel-eslint": "^5.0.0",
47 "babel-loader": "^6.2.4",
48 "babel-preset-es2015": "^6.6.0",
49 "babel-preset-react": "^6.5.0",
50 "babel-preset-stage-0": "^6.5.0",
51 "eslint": "~2.2.0",
52 "eslint-config-airbnb": "^6.1.0",
53 "eslint-loader": "^1.3.0",
54 "eslint-plugin-react": "^4.2.1",
55 "tap": "^5.7.0",
56 "webpack": "^1.12.14"
57 }
58}