forked from McNull/angular-markdown-text
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 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
40
41
42
{
"name": "angular-markdown-text",
"version": "0.0.22",
"description": "An easy to use markdown directive with static outlining, html escaping/sanitization, resource loading and model binding.",
"homepage": "https://github.com/McNull/angular-markdown-text",
"main": "gulp",
"scripts": {
"test": "gulp test"
},
"keywords": [
"angularjs",
"angular",
"gulp"
],
"author": "(null) McNull",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"autoprefixer": "~2.2.0",
"gulp": "~3.8.7",
"gulp-concat": "^2.3.5",
"gulp-if": "~1.2.4",
"gulp-karma": "0.0.4",
"gulp-less": "~1.3.5",
"gulp-minify-css": "~0.3.7",
"gulp-minify-html": "~0.1.4",
"gulp-ng-annotate": "~0.3.0",
"gulp-rimraf": "~0.1.0",
"gulp-sourcemaps": "^1.1.5",
"gulp-svgmin": "~0.4.6",
"gulp-uglify": "~0.3.1",
"karma": "^0.12.24",
"karma-growl-reporter": "0.1.1",
"karma-jasmine": "0.1.5",
"karma-phantomjs-launcher": "0.1.4",
"lodash": "~2.4.1",
"main-bower-files": "~1.0.2",
"merge-stream": "~0.1.5",
"through2": "~0.5.1",
"vinyl": "~0.3.2"
}
}