forked from ariatemplates/ariatemplates
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 954 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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.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"
}
}