-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 900 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
{
"name": "asciimoji",
"version": "1.6.1",
"description": "Easy ASCII emoticons",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jigglycrumb/asciimoji.git"
},
"keywords": [
"ascii",
"unicode",
"emoticon",
"smiley",
"emoji",
"chat"
],
"license": "BEER-WARE",
"bugs": {
"url": "https://github.com/jigglycrumb/asciimoji/issues"
},
"homepage": "https://github.com/jigglycrumb/asciimoji",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.12.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-replace": "^0.8.0",
"load-grunt-config": "^0.16.0"
}
}