generator-cagspa
Version:
A generator for Single Page Applications
16 lines • 477 B
JSON
{
"name": "<%= _.slugify(appname) %>",
"version": "0.0.0",
"dependencies": {
"jasmine": "git://github.com/pivotal/jasmine.git",
"jasmineAdapter": "git://github.com/adam-lynch/purify-jasmine-jquery-fixtures-issue.git",
"jasmine-dom": "git://github.com/jeffwatkins/jasmine-dom.git",
"jasmine-jquery": "git://github.com/velesin/jasmine-jquery"
},
"keywords":["cag", "spa", "jasmine"],
"ignore": [
"**/.*",
"node_modules",
"components"
]
}