can
Version:
MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.
159 lines (158 loc) • 4.81 kB
JSON
{
"name": "can",
"version": "3.4.1",
"main": "can.js",
"scripts": {
"preversion": "npm test",
"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/",
"postversion": "git push --tags && git checkout master && git branch -D release && git push",
"testee": "testee test/index.html --browsers firefox",
"testee-production": "testee test/production.html --browsers firefox",
"http-server": "http-server -p 3000 --silent",
"test": "npm run test-development && npm run test-production ",
"test-development": "npm run build && npm run testee",
"test-production": "npm run build && npm run build-tests && npm run testee-production",
"ci": "npm run build && npm run test && node test/test-sauce-labs.js",
"release:pre": "npm version prerelease && npm run build && npm publish",
"release:patch": "npm version patch && npm run build && npm publish",
"release:minor": "npm version minor && npm run build && npm publish",
"release:major": "npm version major && npm run build && npm publish",
"build": "node build.js",
"build-tests": "node test/build.js",
"document": "bit-docs"
},
"title": "CanJS",
"description": "MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.",
"keywords": [
"CanJS",
"DoneJS"
],
"author": {
"name": "Bitovi",
"email": "contact@bitovi.com",
"web": "http://bitovi.com/"
},
"homepage": "http://canjs.com/",
"repository": {
"type": "git",
"url": "git@github.com:canjs/canjs.git",
"github": "https://github.com/canjs/canjs"
},
"dependencies": {
"can-cid": "1.0.1",
"can-component": "3.0.5",
"can-compute": "3.0.5",
"can-connect": "1.2.0",
"can-connect-feathers": "3.1.0",
"can-construct": "3.0.6",
"can-construct-super": "3.0.2",
"can-control": "3.0.5",
"can-define": "1.0.15",
"can-define-stream": "0.0.6",
"can-ejs": "3.0.3",
"can-event": "3.0.2",
"can-fixture": "1.0.12",
"can-fixture-socket": "0.5.11",
"can-jquery": "3.0.3",
"can-list": "3.0.2",
"can-map": "3.0.4",
"can-map-backup": "3.0.2",
"can-map-define": "3.0.3",
"can-namespace": "1.0.0",
"can-observation": "3.0.6",
"can-route": "3.0.6",
"can-route-pushstate": "3.0.1",
"can-set": "1.0.3",
"can-simple-dom": "1.0.2",
"can-simple-map": "3.1.2",
"can-stache": "3.0.19",
"can-stache-bindings": "3.0.6",
"can-stache-converters": "3.0.6",
"can-stream": "0.0.5",
"can-types": "1.0.2",
"can-util": "3.2.2",
"can-validate-legacy": "1.0.0",
"can-vdom": "3.0.1",
"can-view-autorender": "3.0.3",
"can-view-callbacks": "3.0.4",
"can-view-href": "3.0.3",
"can-view-import": "3.0.4",
"can-view-live": "3.0.5",
"can-view-model": "3.1.3",
"can-view-nodelist": "3.0.4",
"can-view-parser": "3.0.6",
"can-view-scope": "3.1.2",
"can-view-target": "3.0.7",
"can-zone": "0.6.2"
},
"devDependencies": {
"async": "^2.1.2",
"bit-docs": "^0.0.7",
"feathers": "^2.0.3",
"feathers-authentication-client": "^0.1.6",
"feathers-hooks": "^1.7.1",
"feathers-rest": "^1.5.0",
"feathers-socketio": "^1.4.2",
"funcunit": "^3.1.0-pre.1",
"http-server": "^0.9.0",
"jquery": "2.x - 3.x",
"jquery-ui": "^1.12.0",
"saucelabs": "^1.3.0",
"socket.io-client": "^1.7.2",
"steal": "^0.16.44",
"steal-qunit": "^0.1.1",
"steal-stache": "^3.0.5",
"steal-tools": "^0.16.8",
"testee": "^0.3.0",
"wd": "^1.0.0"
},
"demos": [
"http://canjs.us/#examples",
"http://canjs.us/recipes"
],
"googleAnalyticsTrackingCode": "UA-2302003-11",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"system": {
"npmAlgorithm": "flat",
"main": "can",
"npmIgnore": [
"bit-docs",
"testee",
"async",
"saucelabs",
"wd",
"http-server"
]
},
"bit-docs": {
"dependencies": {
"bit-docs-glob-finder": "^0.0.5",
"bit-docs-dev": "^0.0.3",
"bit-docs-js": "^0.0.6",
"bit-docs-tag-sourceref": "^0.0.3",
"bit-docs-generate-html": "^0.3.0",
"bit-docs-html-canjs": "^0.4.9",
"bit-docs-prettify": "^0.1.1",
"bit-docs-html-highlight-line": "^0.2.2",
"bit-docs-tag-demo": "^0.3.0",
"bit-docs-tag-package": "^0.0.5"
},
"glob": {
"pattern": "{node_modules,docs}/{can-*,steal-stache}/**/*.{js,md}",
"ignore": [
"node_modules/can-wait/examples/**/*",
"node_modules/can-*/dist/**/*"
]
},
"altVersions": {
"2.3.28": "https://v2.canjs.com"
},
"parent": "canjs",
"minifyBuild": false
}
}