Skip to content

Instantly share code, notes, and snippets.

@kitsonk
Created December 5, 2014 20:03
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 kitsonk/f1c0baa5aabdb55a267d to your computer and use it in GitHub Desktop.
Save kitsonk/f1c0baa5aabdb55a267d to your computer and use it in GitHub Desktop.
{
"name": "core",
"version": "0.0.5",
"devDependencies": {
"intern": "^2.2.0",
"grunt": "^0.4.5",
"http-proxy": "^0.10.4",
"glob": "^3.2.11",
"jsgi-node": "^0.3.1",
"formidable": "^1.0.15",
"when": "^3.4.4",
"sutabu": "^0.0.3"
},
"scripts": {
"test": "grunt test"
},
"description": "A prototype Dojo 2 library",
"licenses": [
{
"type": "BSD-3-Clause",
"url": "https://github.com/kitsonk/core/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/kitsonk/core.git"
},
"directories": {
"test": "tests"
},
"readmeFile": "README.md",
"homepage": "https://github.com/kitsonk/core",
"bugs": "https://github.com/kitsonk/core/issues",
"dojoBuild": "package.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment