forked from iShift/twister-webkit
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
36 lines (36 loc) · 936 Bytes
/
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
{
"name": "twister",
"version": "0.9.38",
"description": "P2P microbloging system",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/iShift/twister-webkit/issues",
"repositories": [
{
"type": "git",
"url": "https://github.com/iShift/twister-webkit.git"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"build": "npm install && grunt"
},
"dependencies": {},
"devDependencies": {
"grunt-cli": ">= 0.1.13",
"grunt": ">= 0.4.5",
"grunt-contrib-clean": ">= 0.6.0",
"grunt-contrib-compress": ">= 1.3.0",
"grunt-contrib-copy": ">= 0.6.0",
"grunt-exec": ">= 0.4.6",
"grunt-nw-builder": ">= 3.1.0",
"grunt-zip": ">= 0.16.0",
"grunt-curl": ">= 2.0.3"
}
}