-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 1.05 KB
/
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 <[email protected]> (http://github.com/ariatemplates)",
"name" : "atplugins.lightWidgets",
"description" : "Light widgets for Aria Templates (aka AT).",
"version" : "1.0.0",
"homepage" : "",
"repository" : {
"type" : "git",
"url" : ""
},
"config" : {
"port" : "8080"
},
"scripts" : {
"lint" : "node build/build.js checkStyle",
"build" : "npm run-script lint && node build/build.js",
"test" : "npm run-script build && attester test/attester.yml --phantomjs-instances 2",
"start" : "npm run-script build && attester test/attester.yml",
"sample" : "npm run-script build && node build/server.js"
},
"devDependencies" : {
"gzip-js" : "0.3.2",
"grunt-verifylowercase" : "0.2.0",
"grunt-leading-indent" : "0.1.0",
"grunt" : "0.4.2",
"grunt-contrib-jshint" : "0.8.0",
"attester" : "1.2.1",
"express" : "3.3.5",
"atpackager" : "0.2.0",
"ariatemplates" : "*"
}
}