| { |
| "name": "todosapp", |
| "version": "0.0.1", |
| "browserify": { |
| "transform": [ |
| "browserify-shim" |
| ] |
| }, |
| "browserify-shim": { |
| "async": "global:async", |
| "lodash": "global:_", |
| "moment": "global:moment", |
| "react": "global:React", |
| "react/addons": "global:React" |
| }, |
| "dependencies": { |
| "async": "^1.2.1", |
| "express": "^4.12.4", |
| "inherits": "^2.0.1", |
| "lodash": "^3.9.3", |
| "my-local-ip": "^1.0.0", |
| "node-uuid": "^1.4.3", |
| "page": "^1.6.3", |
| "randombytes": "^2.0.1", |
| "react": "^0.13.3" |
| }, |
| "devDependencies": { |
| "autoprefixer": "^5.2.0", |
| "browserify": "^10.2.6", |
| "browserify-shim": "^3.8.9", |
| "cssnano": "^2.1.0", |
| "exorcist": "~0.4.0", |
| "jshint": "^2.8.0", |
| "less": "^2.5.1", |
| "postcss-cli": "^1.4.0", |
| "uglifyify": "~3.0.1" |
| } |
| } |