Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Jul 21, 2015
1 parent 9095522 commit 3f1f056
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
{
"name": "generator-nitro",
"version": "0.1.0",
"description": "Yeoman generator for the nitro frontend framework",
"license": "MIT",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "namics/generator-nitro"
},
"author": "The Nitro Team",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "node_modules/.bin/jasmine"
},
"files": [
"app",
"component"
],
"keywords": [
"yeoman-generator",
"scaffold",
"terrific",
"component",
"frontend",
"modular",
"app",
"nitro"
],
"dependencies": {
"adm-zip": "^0.4.4",
"chalk": "^1.1.0",
"git-config": "0.0.7",
"glob": "^5.0.14",
"lodash": "^3.10.0",
"request": "^2.59.0",
"yeoman-generator": "^0.20.2",
"yosay": "^1.0.5"
},
"devDependencies": {
"ejs": "^2.3.3",
"fs-extra": "^0.22.1",
"jasmine": "^2.3.1"
}
"name": "generator-nitro",
"version": "0.1.1",
"description": "Yeoman generator for the nitro frontend framework",
"license": "MIT",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "namics/generator-nitro"
},
"author": "The Nitro Team",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "node_modules/.bin/jasmine"
},
"files": [
"app",
"component"
],
"keywords": [
"yeoman-generator",
"scaffold",
"terrific",
"component",
"frontend",
"modular",
"app",
"nitro"
],
"dependencies": {
"adm-zip": "^0.4.4",
"chalk": "^1.1.0",
"git-config": "0.0.7",
"glob": "^5.0.14",
"lodash": "^3.10.0",
"request": "^2.59.0",
"yeoman-generator": "^0.20.2",
"yosay": "^1.0.5"
},
"devDependencies": {
"ejs": "^2.3.3",
"fs-extra": "^0.22.1",
"jasmine": "^2.3.1"
}
}

0 comments on commit 3f1f056

Please sign in to comment.