Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. {
  2. "name": "ts-react",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "tsc",
  8. "browserify": "browserify build/main.js -o public/js/main.js",
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "author": "",
  12. "license": "ISC",
  13. "private": true,
  14. "dependencies": {
  15. "jsnox": "^1.0.0",
  16. "react": "^0.13.3"
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement