immutable-devtools
Version:
Chrome Dev Tools formatter for the Immutable JS library
36 lines (35 loc) • 860 B
JSON
{
"name": "immutable-devtools",
"version": "0.1.5",
"description": "Chrome Dev Tools formatter for the Immutable JS library",
"main": "dist/index.js",
"files": [
"dist",
"before.png",
"after.png"
],
"scripts": {
"build": "webpack --config ./webpack.config.js",
"prepublish": "npm run-script build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"immutable",
"devtools",
"chrome"
],
"author": "Andrew Davey",
"license": "BSD",
"devDependencies": {
"webpack": "^1.12.4",
"babel-loader": "^6.1.0",
"babel-core": "^6.1.4",
"babel-preset-es2015": "^6.1.4",
"immutable": "^4.0.0-rc.9",
"immutable3": "^3.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/andrewdavey/immutable-devtools"
}
}