-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
43 lines (43 loc) · 953 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
42
43
{
"name": "name",
"title": "name.js",
"description": "A meme creator",
"version": "0.1.0",
"homepage": "http://bitshadow.github.io/name",
"author": {
"name": "Jignesh Kakadiya",
"email": "jigneshhk1992@gmail.com",
"url": "http://bitshadow.github.io"
},
"main": "dist/name.js",
"repository": {
"type": "git",
"url": "git://github.com/bitshadow/name.git"
},
"bugs": {
"url": "https://github.com/bitshadow/name/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bitshadow/name/blob/master/LICENSE"
}
],
"keywords": [
"icon",
"animation",
"ux",
"javascript",
"transition",
"library"
],
"devDependencies": {
"gobble": "^0.9.0",
"gobble-babel": "^5.0.0",
"gobble-browserify": "^0.3.0",
"gobble-cli": "^0.3.5",
"gobble-derequire": "^0.1.1",
"gobble-esperanto-bundle": "^0.1.7",
"gobble-uglifyjs": "^0.2.1"
}
}