UNPKG

1.51 kBJSONView Raw
1{
2 "name": "apeman-react-body",
3 "version": "1.0.8",
4 "description": "apeman react package for body component.",
5 "main": "lib",
6 "scripts": {
7 "test": "./ci/test.js"
8 },
9 "repository": "apeman-react-labo/apeman-react-body",
10 "keywords": [
11 "React",
12 "apeman",
13 "react-component",
14 "body"
15 ],
16 "author": {
17 "email": "okunishitaka.com@gmail.com",
18 "name": "okunishinishi",
19 "url": "http://okunishitaka.com"
20 },
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/apeman-react-labo/apeman-react-body/issues"
24 },
25 "homepage": "https://github.com/apeman-react-labo/apeman-react-body#readme",
26 "dependencies": {
27 "apeman-react-style": "^2.1.0",
28 "argx": "^1.3.1",
29 "async": "^1.5.0",
30 "extend": "^3.0.0"
31 },
32 "devDependencies": {
33 "ape-compiling": "^3.0.2",
34 "ape-covering": "^2.0.0",
35 "ape-deploying": "^1.0.8",
36 "ape-releasing": "^1.1.2",
37 "ape-reporting": "^2.0.3",
38 "ape-tasking": "^2.0.0",
39 "ape-testing": "^2.0.0",
40 "ape-tmpl": "^2.0.4",
41 "ape-updating": "^2.0.0",
42 "ape-watching": "^1.1.4",
43 "apeman-asset-stylesheets": "^1.0.3",
44 "apeman-react-html": "^1.0.7",
45 "babel-preset-react": "^6.1.18",
46 "coz": "^3.1.6",
47 "coz-tmpl": "^1.1.0",
48 "expandglob": "^1.0.1",
49 "injectmock": "^1.1.3",
50 "react": "^0.14.3",
51 "react-dom": "^0.14.3",
52 "sharegit": "^1.0.0"
53 },
54 "peerDependencies": {
55 "react": ">=0.14.2",
56 "react-dom": ">=0.14.2"
57 },
58 "engines": {
59 "node": ">=4.0.0"
60 }
61}