forked from yaronn/GifW00t
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 961 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
37
38
39
40
41
{
"title": "anigif",
"name": "anigif",
"description": "",
"version": "0.0.1",
"author": {
"name": "Yaron Naveh (@YaronNaveh)"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"async": "git+https://github.com/yaronn/async.git"
},
"devDependencies": {
"grunt": ">=0.4.0",
"grunt-contrib-concat": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-shell": "~0.3.1",
"grunt-simple-mocha": "~0.4.0",
"wd": "~0.1.2",
"aws-sdk": "~1.6.0",
"grunt-targethtml": "~0.2.4",
"http-server": "git+https://github.com/yaronn/http-server.git",
"mime": "~1.2.11"
},
"scripts": {
"test": "grunt test",
"server": "./node_modules/http-server/bin/http-server ./ -p $PORT -a $IP"
},
"homepage": "",
"licenses": [
{
"type": "GPL V3"
}
]
}