Files
update-immutable/package.json
2016-08-04 09:27:46 -04:00

30 lines
774 B
JSON

{
"name": "update-immutable",
"version": "1.0.3",
"description": "React-compatible data-structure update utility",
"main": "dist/update",
"scripts": {
"build": "node node_modules/babel-cli/bin/babel.js src/update.js --out-dir dist",
"test": "npm run build && node_modules/nodeunit/bin/nodeunit t/basic.js",
"prepublish": "npm run build"
},
"author": "Doug Hoyte",
"license": "BSD-2-Clause",
"devDependencies": {
"babel-cli": "6.4.5",
"babel-preset-es2015": "^6.9.0",
"nodeunit": "^0.9.1"
},
"repository": {
"type": "git",
"url": "git://github.com/hoytech/update-immutable.git"
},
"keywords": [
"update",
"immutable",
"react",
"perl"
],
"homepage": "https://github.com/hoytech/update-immutable"
}