forked from mistic100/angular-smilies
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 984 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 984 Bytes
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
{
"name": "angular-smilies",
"version": "1.2.1",
"author": {
"name": "Damien \"Mistic\" Sorel",
"homepage": "http://www.strangeplanet.fr"
},
"description": "AngularJS filter & directive for smilies parsing",
"devDependencies": {
"underscore": "^1.8.0",
"grunt-contrib-uglify": "^0.9.0",
"grunt-contrib-cssmin": "^0.12.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-base64": "^0.1.0",
"grunt-mkdir": "^0.1.0",
"grunt-replace": "^0.9.0",
"node-sprite-generator": "^0.9.0"
},
"keywords": [
"angularjs",
"smiley",
"smilies",
"emoji"
],
"license": "MIT",
"homepage": "http://mistic100.github.io/angular-smilies",
"repository": {
"type": "git",
"url": "git://github.com/mistic100/angular-smilies.git"
},
"bugs": {
"url": "https://github.com/mistic100/angular-smilies/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}