can-simple-map
Version:
A performant live-bound map
64 lines (63 loc) • 1.78 kB
JSON
{
"name": "can-simple-map",
"version": "4.3.3",
"description": "A performant live-bound map",
"homepage": "https://canjs.com/doc/can-simple-map.html",
"repository": {
"type": "git",
"url": "git://github.com/canjs/can-simple-map.git"
},
"author": {
"name": "Bitovi",
"email": "contact@bitovi.com",
"url": "http://bitovi.com"
},
"scripts": {
"preversion": "npm test",
"postpublish": "git push --tags && git push",
"testee": "testee test/test.html --browsers firefox",
"test": "npm run detect-cycle && npm run jshint && npm run testee",
"jshint": "jshint ./*.js --config",
"release:pre": "npm version prerelease && npm publish --tag pre",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"build": "node build.js",
"detect-cycle": "detect-cyclic-packages --ignore done-serve"
},
"main": "can-simple-map",
"keywords": [],
"steal": {
"main": "can-simple-map",
"configDependencies": [
"live-reload"
],
"npmIgnore": [
"documentjs",
"testee",
"generator-donejs",
"donejs-cli",
"steal-tools"
]
},
"dependencies": {
"can-construct": "^3.5.4",
"can-event-queue": "^1.0.0",
"can-key-tree": "^1.0.0",
"can-log": "^1.0.0",
"can-observation": "^4.0.0",
"can-observation-recorder": "^1.0.0",
"can-queues": "^1.0.0",
"can-reflect": "^1.2.1",
"can-symbol": "^1.0.0"
},
"devDependencies": {
"detect-cyclic-packages": "^1.1.0",
"can-reflect-tests": "^1.0.0",
"jshint": "^2.9.1",
"steal": "^2.0.0",
"steal-qunit": "^2.0.0",
"steal-tools": "^2.0.0",
"testee": "^0.9.0"
}
}