fe-boilerplate/package.json
2015-09-15 08:16:57 +02:00

19 lines
486 B
JSON

{
"name": "react-typescript",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"react": "^0.13.3"
},
"devDependencies": {
"browserify": "^11.1.0",
"typescript": "^1.6.0-beta"
},
"scripts": {
"build": "mkdir -p public/js/app && node_modules/.bin/tsc && node_modules/.bin/browserify ./temp/app.js -o public/js/app/bundle.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}