can-data-types
Version:
Reusable special data types
59 lines (58 loc) • 1.43 kB
JSON
{
"name": "can-data-types",
"version": "1.2.1",
"description": "Reusable special data types",
"homepage": "",
"repository": {
"type": "git",
"url": "git://github.com/canjs/can-data-types.git"
},
"author": {
"name": "DoneJS Contributors",
"email": "core@donejs.com",
"url": "http://donejs.com"
},
"scripts": {
"preversion": "npm test",
"postpublish": "git push --tags && 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-data-types",
"keywords": [
"canjs",
"donejs",
"donejs-plugin"
],
"steal": {
"main": "can-data-types",
"configDependencies": [
"live-reload"
],
"npmIgnore": [
"testee",
"generator-donejs",
"donejs-cli",
"steal-tools"
]
},
"dependencies": {
"can-namespace": "^1.0.0",
"can-reflect": "^1.16.1"
},
"devDependencies": {
"can-symbol": "^1.6.1",
"jshint": "^2.9.1",
"steal": "^2.2.1",
"steal-qunit": "^2.0.0",
"steal-tools": "^2.2.1",
"testee": "^0.9.0"
},
"license": "MIT"
}