-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "twister",
"version": "0.9.28",
"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": "https://github.com/dryabov/grunt-contrib-compress/tarball/39ad2e2a5af4531ef39ebd31bef7ceb05241336c",
"grunt-contrib-copy": "~0.6.0",
"grunt-exec": "~0.4.6",
"grunt-node-webkit-builder": "~0.2.3",
"grunt-zip": "~0.16.0",
"grunt-curl": "~2.0.3"
},
"devDependenciesBackup": {
"grunt-contrib-compress": "~0.7.0"
}
}