UNPKG

can-string

Version:
55 lines (54 loc) 1.25 kB
{ "name": "can-string", "version": "1.1.0", "description": "String helpers", "homepage": "http://canjs.com", "repository": { "type": "git", "url": "git://github.com/canjs/can-string.git" }, "author": { "name": "DoneJS", "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" }, "main": "can-string", "keywords": [ "canjs", "donejs-plugin" ], "steal": { "configDependencies": [ "live-reload" ], "npmIgnore": [ "testee", "generator-donejs", "donejs-cli", "steal-tools" ], "plugins": [ "steal-less", "steal-stache" ] }, "dependencies": {}, "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" }