can-attribute-encoder
Version:
Encode / decode attributes for DOM elements
52 lines (51 loc) • 1.42 kB
JSON
{
"name": "can-attribute-encoder",
"version": "1.1.4",
"description": "Encode / decode attributes for DOM elements",
"homepage": "https://canjs.com/",
"repository": {
"type": "git",
"url": "git://github.com/canjs/can-attribute-encoder.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.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-attribute-encoder",
"keywords": [
"canjs"
],
"steal": {
"main": "can-attribute-encoder",
"npmIgnore": [
"testee",
"steal-tools"
]
},
"dependencies": {
"can-log": "^1.0.0",
"can-namespace": "^1.0.0"
},
"devDependencies": {
"detect-cyclic-packages": "^1.1.0",
"jshint": "^2.9.5",
"steal": "^2.2.1",
"steal-qunit": "^2.0.0",
"testee": "^0.9.0"
},
"license": "MIT"
}