-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 KB
/
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
{
"name": "watg-angular-richtext",
"version": "0.0.1",
"description": "WATG richtext editor for angularjs applications",
"main": [
"dist/js/watg-angular-richtext.js",
"dist/js/watg-angular-richtext.tpl.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tkoseoglu/watg-angular-richtext.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tkoseoglu/watg-angular-richtext/issues"
},
"homepage": "https://github.com/tkoseoglu/watg-angular-richtext",
"devDependencies": {
"bower-files": "^3.7.0",
"grunt": "^0.4.5",
"grunt-concat-css": "^0.3.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^1.0.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-html2js": "^0.3.3"
},
"dependencies": {
"grunt-contrib-less": "^1.0.1",
"less": "^2.5.1"
}
}