UNPKG

1.92 kBJSONView Raw
1{
2 "name": "react-resolver",
3 "version": "3.1.2",
4 "description": "Async-rendering & data-fetching for universal React applications",
5 "main": "dist/index.js",
6 "directories": {
7 "test": "test"
8 },
9 "peerDependencies": {
10 "react": "^0.14.6 || ^15.0.0-0",
11 "react-dom": "^0.14.6 || ^15.0.0-0"
12 },
13 "devDependencies": {
14 "babel": "5.8.34",
15 "eslint-config-future": "^2.1.1",
16 "gitbook-cli": "2.3.0",
17 "gitbook-plugin-prism": "^1.1.0",
18 "gitbook-plugin-todo": "0.1.2",
19 "mocha": "2.3.4",
20 "prop-types": "^15.5.8",
21 "react": "^15.0.0",
22 "react-dom": "^15.0.0"
23 },
24 "scripts": {
25 "build": "npm run clean && npm run build:docs && npm run build:lib",
26 "build:docs": "gitbook build -g ericclemmons/react-resolver",
27 "build:lib": "babel --out-dir dist src",
28 "clean": "npm run clean:docs && npm run clean:lib",
29 "clean:docs": "rm -rf _book",
30 "clean:lib": "rm -rf dist",
31 "docs": "gitbook serve",
32 "docs:publish": "npm run clean:docs && npm run build:docs && cd _book && git init && git commit --allow-empty -m 'Update gitbook' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'Update gitbook' && git push --force git@github.com:ericclemmons/react-resolver gh-pages",
33 "lint": "eslint src test",
34 "prepublish": "npm run build:lib",
35 "preversion": "npm run clean",
36 "postversion": "git push origin master --tags && npm run docs:publish",
37 "test": "mocha",
38 "version": "npm run build"
39 },
40 "repository": {
41 "type": "git",
42 "url": "git://github.com/ericclemmons/react-resolver.git"
43 },
44 "keywords": [
45 "async",
46 "decorator",
47 "lazy",
48 "load",
49 "react",
50 "resolve"
51 ],
52 "author": "Eric Clemmons <eric@smarterspam.com>",
53 "license": "ISC",
54 "bugs": {
55 "url": "https://github.com/ericclemmons/react-resolver/issues"
56 },
57 "homepage": "https://github.com/ericclemmons/react-resolver"
58}