forked from SanderRonde/CustomRightClickMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.67 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
{
"author": {
"name": "Sander Ronde",
"email": "[email protected]",
"url": "https://github.com/SanderRonde"
},
"bugs": {
"url": "https://github.com/SanderRonde/CustomRightClickMenu/issues",
"email": "[email protected]"
},
"description": "Customize your right-click menu",
"devDependencies": {
"@types/node": "^7.0.0",
"async": "^0.9.0",
"babel-cli": "^6.14.0",
"babel-preset-react": "^6.11.1",
"btoa": "^1.1.2",
"chai": "^3.5.0",
"debug": "^2.3.2",
"diff": "^3.0.1",
"fs": "0.0.1-security",
"glob": "^7.1.1",
"grunt": "^0.4.5",
"grunt-banner": "^0.4.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-mocha-test": "^0.12.7",
"grunt-processhtml": "^0.3.8",
"grunt-string-replace": "^1.2.1",
"grunt-vulcanize": "^1.0.0",
"grunt-zip": "^0.16.2",
"htmlparser2": "^3.9.2",
"http-server": "^0.9.0",
"json3": "^3.3.2",
"mocha": "^2.5.3",
"mocha-steps": "^1.0.0",
"path": "^0.12.7",
"request": "^2.79.0",
"selenium-webdriver": "^3.0.0-beta-3",
"supports-color": "^3.1.2",
"tty": "^1.0.1",
"typescript": "^2.2.1",
"util": "^0.10.3"
},
"license": "MIT",
"name": "custom-right-click-menu",
"readme": "../README.md",
"repository": {
"type": "git",
"url": "https://github.com/SanderRonde/CustomRightClickMenu.git"
},
"scripts": {
"test": "grunt testBuild && mocha test/test.js"
},
"version": "2.0.0",
"dependencies": {
"readline": "^1.3.0"
}
}