UNPKG

reacthtmlpack

Version:

Using HTML templates as entry points for webpack

65 lines (64 loc) 1.63 kB
{ "__template__gist__": "https://gist.github.com/tomchentw/368a93bb748ad9d576f1#file-package-json", "name": "reacthtmlpack", "version": "0.2.0", "description": "Using HTML templates as entry points for webpack", "main": "lib/index.js", "bin": { "reacthtmlpack": "./bin/index.js" }, "files": [ "lib/", "src/", "CHANGELOG.md" ], "scripts": { "clean": "rm -rf lib", "build": "npm run lint && npm run clean && babel src --out-dir lib", "lint": "eslint bin src test", "test": "npm run lint && mocha --compilers js:babel/register" }, "repository": { "type": "git", "url": "https://github.com/tomchentw/reacthtmlpack" }, "keywords": [ "react", "html", "webpack" ], "author": { "name": "tomchentw", "email": "developer@tomchentw.com", "url": "https://github.com/tomchentw" }, "license": "MIT", "bugs": { "url": "https://github.com/tomchentw/reacthtmlpack/issues" }, "homepage": "https://tomchentw.github.io/reacthtmlpack/", "devDependencies": { "babel": "^5.8.21", "babel-core": "^5.8.22", "babel-eslint": "^4.1.0", "chai": "^3.2.0", "dirty-chai": "^1.2.2", "eslint": "^1.2.1", "eslint-plugin-react": "^3.2.3", "mocha": "^2.2.5", "sinon": "^1.16.1", "tomchentw-npm-dev": "^3.0.0" }, "dependencies": { "commander": "^2.8.1", "eval-as-module": "^0.1.1", "glob": "^5.0.14", "glob2base": "0.0.12", "lodash": "^3.10.1", "react": "^0.13.3", "rx": "^3.1.1", "transducers-js": "^0.4.174", "webpack": "^1.12.0", "webpack-dev-server": "^1.10.1" } }