-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
36 lines (36 loc) · 925 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
{
"name": "angular-lightweight-markdown-editor",
"version": "0.2.1",
"description": "Visual markdown editor for angular",
"main": "./dist/angular-lightweight-markdown-editor.min.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"angular",
"markdown",
"wysiwyg",
"showdown"
],
"devDependencies": {
"del": "^2.0.2",
"gulp": "*",
"gulp-angular-extender": "^0.1.0",
"gulp-angular-inject-module": "^0.1.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-base64": "^0.1.3",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^1.2.0",
"gulp-if": "^2.0.0",
"gulp-jshint": "^1.11.2",
"gulp-ng-annotate": "^1.1.0",
"gulp-pleeease": "*",
"gulp-sass": "*",
"gulp-uglify": "^1.4.1"
},
"author": "Juha-Pekka Rajaniemi <juha.rajaniemi@gmail.com>",
"license": "MIT"
}