Skip to content

Commit

Permalink
1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
divdavem committed Oct 22, 2012
1 parent ce4684f commit 850ed90
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"author" : "ariatemplates <contact@ariatemplates.com> (http://github.com/ariatemplates)",
"name" : "ariatemplates",
"description" : "Aria Templates (aka AT) is an application framework written in JavaScript for building rich and large-scaled enterprise web applications.",
"version" : "1.2.6",
"homepage" : "http://ariatemplates.com",
"repository" : {
"type" : "git",
"url" : "git://github.com/ariatemplates/ariatemplates.git"
},
"main" : "src/aria/node.js",
"dependencies" : {
"wrench" : "1.3.x",
"packman" : "0.2.x",
"jshint" : "0.7.x",
"mkdirp" : "0.3.x"
},
"config" : {
"port" : "8080"
},
"scripts" : {
"install" : "node build/build.js",
"test" : "node node_modules/attester/bin/attester.js test/attester.yml --phantomjs-instances 2",
"start" : "node scripts/server.js",
"prestart" : "npm install"
},
"devDependencies" : {
"express" : "3.0.x",
"jade" : "0.x",
"attester" : "1.0.1"
}
}
"author": "ariatemplates <contact@ariatemplates.com> (http://github.com/ariatemplates)",
"name": "ariatemplates",
"description": "Aria Templates (aka AT) is an application framework written in JavaScript for building rich and large-scaled enterprise web applications.",
"version": "1.2.7",
"homepage": "http://ariatemplates.com",
"repository": {
"type": "git",
"url": "git://github.com/ariatemplates/ariatemplates.git"
},
"main": "src/aria/node.js",
"dependencies": {
"wrench": "1.3.x",
"packman": "0.2.x",
"jshint": "0.7.x",
"mkdirp": "0.3.x"
},
"config": {
"port": "8080"
},
"scripts": {
"install": "node build/build.js",
"test": "node node_modules/attester/bin/attester.js test/attester.yml --phantomjs-instances 2",
"start": "node scripts/server.js",
"prestart": "npm install"
},
"devDependencies": {
"express": "3.0.x",
"jade": "0.x",
"attester": "1.0.1"
}
}

0 comments on commit 850ed90

Please sign in to comment.