|
| 1 | +{ |
| 2 | + "name": "react-url", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "URL resolver for React.js, like the Django url templatetag", |
| 5 | + "main": "build/index.js", |
| 6 | + "directories": { |
| 7 | + "test": "test" |
| 8 | + }, |
| 9 | + "scripts": { |
| 10 | + "lint": "eslint lib/index.js", |
| 11 | + "prebuild": "npm run lint", |
| 12 | + "build": "babel lib --out-dir build", |
| 13 | + "pretest": "npm run build", |
| 14 | + "test": "babel-node test/index.js | tap-spec", |
| 15 | + "prepublish": "npm run test" |
| 16 | + }, |
| 17 | + "repository": { |
| 18 | + "type": "git", |
| 19 | + "url": "git+https://github.com/PlatziDev/react-url.git" |
| 20 | + }, |
| 21 | + "keywords": [ |
| 22 | + "react", |
| 23 | + "url", |
| 24 | + "resolver", |
| 25 | + "decorator" |
| 26 | + ], |
| 27 | + "author": "Sergio Daniel Xalambrí <[email protected]> (http://sergio.xalambri.com.ar/)", |
| 28 | + "license": "MIT", |
| 29 | + "bugs": { |
| 30 | + "url": "https://github.com/PlatziDev/react-url/issues" |
| 31 | + }, |
| 32 | + "homepage": "https://github.com/PlatziDev/react-url#readme", |
| 33 | + "devDependencies": { |
| 34 | + "babel": "6.5.2", |
| 35 | + "babel-cli": "6.7.5", |
| 36 | + "babel-core": "6.7.6", |
| 37 | + "babel-eslint": "6.0.2", |
| 38 | + "babel-plugin-transform-class-properties": "6.6.0", |
| 39 | + "babel-plugin-transform-es2015-arrow-functions": "6.5.2", |
| 40 | + "babel-plugin-transform-es2015-classes": "6.6.5", |
| 41 | + "babel-plugin-transform-es2015-modules-commonjs": "6.7.4", |
| 42 | + "babel-plugin-transform-es2015-parameters": "6.7.0", |
| 43 | + "babel-plugin-transform-es2015-spread": "6.6.5", |
| 44 | + "babel-plugin-transform-object-assign": "6.5.0", |
| 45 | + "babel-plugin-transform-react-constant-elements": "6.5.0", |
| 46 | + "babel-plugin-transform-react-inline-elements": "6.6.5", |
| 47 | + "cheerio": "0.20.0", |
| 48 | + "eslint": "2.8.0", |
| 49 | + "eslint-config-airbnb": "7.0.0", |
| 50 | + "eslint-plugin-jsx-a11y": "0.6.2", |
| 51 | + "eslint-plugin-react": "4.3.0", |
| 52 | + "react-dom": "15.0.1", |
| 53 | + "tap-spec": "4.1.1", |
| 54 | + "tape": "4.5.1" |
| 55 | + }, |
| 56 | + "dependencies": { |
| 57 | + "react": "^15.0.0" |
| 58 | + } |
| 59 | +} |
0 commit comments