This repository has been archived by the owner on Feb 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
66 lines (66 loc) · 1.93 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"private": true,
"name": "ACT.js",
"version": "1.1.1",
"description": "ACT.js Library",
"logoURL": "https://s.yimg.com/cv/ae/global/ACTJS/logo/ACT.js.logo.png",
"scripts": {
"build": "grunt build",
"eslint": "grunt eslint",
"lint": "grunt lint",
"test": "grunt test"
},
"author": "ACT.js Dev Team <[email protected]>",
"devDependencies": {
"chai": "~2.1.2",
"chai-as-promised": "^5.2.0",
"chalk": "~1.1.1",
"coveralls": "~2.11.2",
"eslint": "~2.10.2",
"eslint-config-airbnb": "~9.0.1",
"eslint-config-airbnb-base": "~3.0.1",
"eslint-plugin-import": "~1.8.1",
"eslint-plugin-jsx-a11y": "~1.2.2",
"eslint-plugin-react": "~5.1.1",
"form-data": "^0.2.0",
"github": "~0.2.4",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-compile-handlebars": "~2.0.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "~0.14.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-uglify": "~0.8.1",
"grunt-contrib-yuidoc": "~0.7.0",
"grunt-debug-code-remover": "~0.1.0",
"grunt-eslint": "~18.1.0",
"grunt-execute": "~0.2.2",
"grunt-http-upload": "^0.1.8",
"grunt-karma": "~2.0.0",
"grunt-mocha": "^1.2.0",
"grunt-string-replace": "~1.1.1",
"grunt-upload-file": "0.0.2",
"grunt-version": "~1.0.0",
"grunt-webdriver": "^1.0.0",
"handlebars": "^4.0.12",
"iconv-lite": "^0.4.24",
"install": "^0.6.0",
"istanbul": "~0.3.13",
"karma": "~1.3.0",
"karma-coverage": "^1.1.2",
"karma-junit-reporter": "~1.2.0",
"karma-mocha": "~1.3.0",
"karma-phantomjs-launcher": "~1.0.2",
"karma-tap-reporter": "0.0.6",
"mocha": "~2.2.1",
"nodemailer": "~1.10.0",
"phantomjs-prebuilt": "^2.1.16",
"qs": "1.2.0",
"restler": "~3.2.0",
"shelljs": "^0.5.3",
"superagent": "^4.0.0-beta.5",
"webdriverio": "^3.2.5"
},
"license": "BSD-3-Clause"
}