-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
34 lines (34 loc) · 1015 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
{
"name": "trumbowyg-ng",
"version": "0.0.3",
"private": true,
"description": "Angular directive for wysiwyg editor Trumbowyg",
"main": "./dist/trumbowyg-ng.min.js",
"repository": {
"type": "git",
"url": "[email protected]:lizardK/Trumbowyg.git"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-autoprefixer": "~2.2.0",
"grunt-bump": "~0.3.0",
"grunt-complexity": "~0.1.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-csslint": "~0.4.0",
"grunt-contrib-cssmin": "~0.12.2",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-less": "~1.0.0",
"grunt-contrib-uglify": "~0.8.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-karma": "~0.10.1",
"grunt-ng-annotate": "~0.10.0",
"jshint-stylish": "~1.0.0",
"karma": "~0.12.9",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "~0.3.0",
"karma-phantomjs-launcher": "~0.1.4",
"matchdep": "^0.3.0"
}
}