-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 914 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
{
"name": "emojidex-chrome_extension",
"version": "0.3.4",
"description": "emojidex for chrome extension",
"license": {
"description": "Licensed under the emojidex Open License",
"type": "emojiOL",
"url": "https://www.emojidex.com/emojidex/emojidex_open_license",
"copyright": "Copyright 2013 the emojidex project / K.K. GenSouSha"
},
"devDependencies": {
"bower": "^1.8.2",
"emojidex": ">=0.15.2",
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-coffee": "~1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-cson": "^0.17.0",
"grunt-slim": "^0.1.0"
},
"repository": {
"type": "git",
"url": "git@github.com:emojidex/emojidex-chrome_extension.git"
},
"author": "emojidex",
"bugs": {
"url": "https://github.com/emojidex/emojidex-chrome_extension"
}
}