|
1 | 1 | {
|
2 | 2 | "name": "react-css-themr",
|
3 |
| - "version": "1.0.0", |
4 | 3 | "description": "React CSS Themr",
|
| 4 | + "homepage": "https://github.com/javivelasco/react-css-themr#readme", |
| 5 | + "version": "0.0.0", |
5 | 6 | "main": "./lib",
|
6 |
| - "files": [ |
7 |
| - "lib", |
8 |
| - "src" |
9 |
| - ], |
10 |
| - "scripts": { |
11 |
| - "build": "babel src --out-dir lib", |
12 |
| - "prepublish": "rimraf lib && npm run build", |
13 |
| - "lint": "eslint src test", |
14 |
| - "test": "mocha --compilers js:babel-core/register --recursive --reporter spec --require ./test/setup.js", |
15 |
| - "test:watch": "npm test -- --watch" |
| 7 | + "author": { |
| 8 | + "name": "Javi Velasco", |
| 9 | + "email": "javier.velasco86@gmail.com", |
| 10 | + "url": "http://javivelasco.com/" |
16 | 11 | },
|
17 | 12 | "bugs": {
|
18 | 13 | "url": "https://github.com/javivelasco/react-css-themr/issues"
|
19 | 14 | },
|
20 |
| - "homepage": "https://github.com/javivelasco/react-css-themr#readme", |
21 |
| - "author": "Javi Velasco <javier.velasco86@gmail.com> (http://javivelasco.com/)", |
22 |
| - "license": "MIT", |
23 | 15 | "devDependencies": {
|
24 | 16 | "babel-cli": "^6.7.7",
|
25 | 17 | "babel-core": "^6.7.7",
|
|
39 | 31 | "react-addons-test-utils": "^15.0.1",
|
40 | 32 | "rimraf": "^2.5.2"
|
41 | 33 | },
|
| 34 | + "files": [ |
| 35 | + "lib", |
| 36 | + "src" |
| 37 | + ], |
| 38 | + "scripts": { |
| 39 | + "build": "babel src --out-dir lib", |
| 40 | + "lint": "eslint src test", |
| 41 | + "prepublish": "rimraf lib && npm run build", |
| 42 | + "test": "mocha --compilers js:babel-core/register --recursive --reporter spec --require ./test/setup.js", |
| 43 | + "test:watch": "npm test -- --watch" |
| 44 | + }, |
| 45 | + "license": "MIT", |
42 | 46 | "peerDependencies": {
|
43 | 47 | "react": "^0.14.0 || ^15.0.0-0"
|
44 | 48 | }
|
|
0 commit comments