forked from ariatemplates/ariatemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.79 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"author": "ariatemplates <[email protected]> (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": "2.5.0",
"homepage": "https://github.com/ariatemplates/ariatemplates",
"repository": {
"type": "git",
"url": "git://github.com/ariatemplates/ariatemplates.git"
},
"license": "Apache-2.0",
"main": "src/aria/node.js",
"config": {
"port": "8080",
"attesterLauncherConfig": ""
},
"scripts": {
"start": "node scripts/server.js",
"prestart": "npm install",
"prepare": "npm run lint-src && npm run grunt",
"lint-src": "node build/grunt-cli.js checkStyle",
"lint-test": "node build/grunt-cli.js checkStyleTest",
"lint": "node build/grunt-cli.js checkStyle checkStyleTest",
"grunt": "node build/grunt-cli.js",
"attester": "node scripts/ciCampaigns.js",
"attester-browsers": "node scripts/browsersCampaigns.js",
"mocha": "mocha --recursive test/node",
"test-suites": "npm run mocha && npm run attester",
"test": "npm run lint && npm run grunt && npm run test-suites",
"attest": "node scripts/attest.js",
"ci": "npm run lint-test && npm run test-suites"
},
"dependencies": {
"at-noder-converter": "1.1.1",
"atpackager": "0.3.0",
"gzip-js": "0.3.2",
"noder-js": "1.6.2"
},
"devDependencies": {
"at-diff": "0.0.9",
"attester": "4.1.0",
"express": "4.15.4",
"grunt": "1.0.1",
"grunt-contrib-jshint": "1.1.0",
"grunt-leading-indent": "0.2.0",
"grunt-verifylowercase": "0.2.0",
"mocha": "3.5.2",
"pug": "2.0.0-rc.4",
"playwright": "1.14.1",
"robot-server": "0.0.4",
"ua-parser-js": "0.7.26"
}
}