UNPKG

1.1 kBJSONView Raw
1{
2 "name": "builder-react-comp-dev",
3 "version": "0.1.0",
4 "description": "Builder Archetype - React Component (Development)",
5 "main": "lib/index.js",
6 "scripts": {},
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/hourliert/builder-react-comp.git"
10 },
11 "keywords": [
12 "builder",
13 "archetype",
14 "react",
15 "component"
16 ],
17 "author": "Thomas Hourlier <hourliert@gmail.com> (https://github.com/hourliert)",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/hourliert/builder-react-comp/issues"
21 },
22 "homepage": "https://github.com/hourliert/builder-react-comp#readme",
23 "dependencies": {
24 "babel-core": "^6.5.0",
25 "babel-preset-jest": "^1.0.0",
26 "babel-preset-react-hmre": "^1.1.1",
27 "component-playground": "^1.2.0",
28 "enzyme": "^2.1.0",
29 "file-loader": "^0.8.5",
30 "jest-cli": "^0.9.2",
31 "react": "^0.14.7",
32 "react-transform-hmr": "^1.0.2",
33 "react-addons-test-utils": "^0.14.7",
34 "tslint": "^3.6.0",
35 "typescript": "^1.8.9",
36 "typings": "^0.7.9"
37 },
38 "devDependencies": {},
39 "peerDependencies": {}
40}
\No newline at end of file