Skip to content

Instantly share code, notes, and snippets.

@ben-ng
Created July 3, 2013 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ben-ng/5914503 to your computer and use it in GitHub Desktop.
Save ben-ng/5914503 to your computer and use it in GitHub Desktop.
{
"author": "Ben Ng <me@benng.me> (http://benng.me)",
"name": "tdk",
"description": "Theme Developer Kit from http://toolkitt.com",
"keywords": [
"toolkitt",
"theme",
"browserify"
],
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/ben-ng/tdk.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"jake": "0.5.x",
"utilities": "0.0.x",
"browserify": "2.21.x",
"cli-color": "0.2.x",
"lodash": "1.3.x",
"async": "0.2.x",
"node-minify": "0.7.x",
"less": "1.4.x",
"node-static": "0.6.x",
"backbone": "1.0.x",
"jquery-browserify": "1.8.x",
"hbsfy": "0.1.x",
"ribcage-view": "0.0.x",
"handlebars": "1.0.x",
"ws": "0.4.x",
"qunit-tap": "1.3.x",
"uglifyify": "0.0.x",
"envify": "0.0.x"
},
"devDependencies": {
"qunit": "~0.5.15",
"grunt-contrib-qunit": "~0.2.2",
"qunitjs": "~1.11.0"
},
"testling": {
"files": "_test_sources/scripts/index.testling.js",
"browsers": {
"ie" : [ 8, 9, 10 ],
"ff" : [ 3.5, 10, 15.0, 16.0, 17.0 ],
"chrome" : [ 10, 20, 21, 22, 23 ],
"safari" : [ 5.1 ],
"opera" : [ 10, 11, 12 ],
"iphone" : [ 6 ],
"ipad" : [ 6 ]
}
},
"browserify": {
"transform": ["hbsfy"]
},
"optionalDependencies": {},
"engines": {
"node": "0.10.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment