-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.04 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
{
"name": "qunit-migrate",
"version": "2.0.2",
"bin": "bin/qunit-migrate",
"description": "Migrate old QUnit code to 2.x",
"main": "src/api.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha -u bdd tests/main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/apsdehal/qunit-migrate.git"
},
"keywords": [
"qunit",
"migrate",
"old"
],
"author": "Amanpreet Singh",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/apsdehal/awesome-ctf/LICENSE.txt"
}
],
"devDependencies": {
"chai": "^2.2.0",
"mocha": "~2.2.1"
},
"bugs": {
"url": "https://github.com/apsdehal/qunit-migrate/issues"
},
"homepage": "https://github.com/apsdehal/qunit-migrate",
"dependencies": {
"chalk": "^1.1.1",
"commander": "^2.9.0",
"detect-indent": "^4.0.0",
"estraverse": "^4.1.0",
"exit": "^0.1.2",
"extend": "^3.0.0",
"glob": "^7.0.3",
"jscs": "^2.11.0",
"log-symbols": "^1.0.2",
"recast": "^0.11.3",
"traverse": "^0.6.6"
}
}