can-key
Version:
Read nested key values
63 lines (62 loc) • 1.61 kB
JSON
{
"name": "can-key",
"version": "1.2.1",
"description": "Read nested key values",
"homepage": "http://canjs.com",
"repository": {
"type": "git",
"url": "git://github.com/canjs/can-key.git"
},
"author": {
"name": "DoneJS",
"email": "core@donejs.com",
"url": "donejs.com"
},
"scripts": {
"preversion": "npm test && npm run build",
"version": "git commit -am \"Update version number\" && git checkout -b release && git add -f dist/",
"postpublish": "git push --tags && git checkout master && git branch -D release && git push",
"testee": "testee test.html --browsers firefox",
"test": "npm run jshint && npm run testee",
"jshint": "jshint ./*.js --config",
"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",
"develop": "done-serve --static --develop --port 8080"
},
"main": "can-key",
"keywords": [
"canjs",
"donejs-plugin"
],
"steal": {
"main": "can-key",
"configDependencies": [
"live-reload"
],
"npmIgnore": [
"testee",
"generator-donejs",
"donejs-cli",
"steal-tools"
],
"plugins": [
"steal-less",
"steal-stache"
]
},
"dependencies": {
"can-namespace": "^1.0.0",
"can-reflect": "^1.13.3",
"can-symbol": "^1.0.0"
},
"devDependencies": {
"jshint": "^2.9.1",
"steal": "^2.2.1",
"steal-qunit": "^2.0.0",
"steal-tools": "^2.2.1",
"testee": "^0.9.0"
},
"license": "MIT"
}