-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (55 loc) · 1.57 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
{
"name": "webino-devkit",
"description": "Webino Development Kit",
"version": "0.14.6",
"author": "Peter Bačinský, Webino, s. r. o. (https://webino.sk/)",
"homepage": "https://webino.sk/",
"keywords": ["webino", "development", "kit"],
"main": "lib/webino-devkit",
"repository": {
"type": "git",
"url": "git://github.com/webino/webino-devkit.git"
},
"bugs": {
"url": "http://github.com/webino/webino-devkit/issues"
},
"licenses": [
{
"type": "BSD-3-Clause",
"url": "http://github.com/webino/webino-devkit/blob/develop/LICENSE"
}
],
"scripts": {
"postinstall": "sudo grunt setup"
},
"bin": {
"webino": "bin/webino",
"selenium": "bin/selenium"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"file": "0.1.*",
"grunt": "0.4.*",
"grunt-cli": "0.1.*",
"grunt-exec": "0.4.*",
"grunt-mkdir": "0.1.*",
"grunt-phplint": "0.0.*",
"grunt-phpunit": "0.3.*",
"grunt-phpcs": "0.2.*",
"grunt-phpmd": "0.1.*",
"grunt-phpcpd": "0.1.*",
"grunt-todos": "0.3.*",
"grunt-wait-async": "0.1.*",
"grunt-browser-sync": "2.*",
"grunt-contrib-watch": "0.6.*",
"grunt-contrib-clean": "0.6.*",
"grunt-contrib-copy": "0.7.*",
"grunt-string-replace": "1.*",
"grunt-gh-pages": "0.9.*",
"priorityqueuejs": "0.2.*",
"shelljs": "0.3.*",
"prompt": "1.*"
}
}