-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.02 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.02 KB
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": "atplugins.carousel",
"description": "A carousel widget Aria Templates",
"version": "1.0.0",
"homepage": "http://ariatemplates.com/plugins/carousel",
"repository": {
"type": "git",
"url": "git://github.com/ariatemplates-plugins/carousel.git"
},
"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 --server-only",
"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": "*"
}
}