UNPKG

t3js

Version:

T3 Javascript Framework

57 lines (56 loc) 1.38 kB
{ "name": "t3js", "description": "T3 Javascript Framework", "version": "2.7.0", "author": "Box (https://www.box.com/)", "files": [ "LICENSE", "README.md", "dist" ], "bugs": "http://github.com/box/t3js/issues", "homepage": "http://t3js.org", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/box/t3js" }, "scripts": { "test": "node Makefile.js test", "test-watch": "node Makefile.js test-watch", "lint": "node Makefile.js lint", "dist": "node Makefile.js dist", "patch": "node Makefile.js patch", "minor": "node Makefile.js minor", "major": "node Makefile.js major" }, "main": "dist/t3-native.js", "devDependencies": { "assertive-chai": "^1.0.2", "dateformat": "^1.0.11", "eslint": "^1.1.0", "jquery": "^1.11.1", "karma": "^0.12.31", "karma-coverage": "^0.2.7", "karma-mocha": "^0.1.10", "karma-mocha-reporter": "^1.0.2", "karma-phantomjs-launcher": "^0.1.4", "karma-threshold-reporter": "^0.1.15", "leche": "^2.1.1", "mocha": "^2.2.1", "phantomjs": "^1.9.16", "semver": "^4.3.3", "shelljs": "^0.4.0", "shelljs-nodecli": "^0.1.1", "sinon": "^1.14.1", "uglify-js": "^2.4.17" }, "keywords": [ "javascript", "framework", "browser", "client-side", "modular", "component" ] }