-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathpackage.json
33 lines (33 loc) · 795 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
{
"name": "angular-wysiwyg",
"version": "1.2.4",
"description": "AngularJS WYSIWYG editor",
"main": "./dist/angular-wysiwyg.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/TerryMooreII/angular-wysiwyg.git"
},
"keywords": [
"angularjs",
"wysiwyg"
],
"author": "Terry Moore II",
"license": "BSD",
"bugs": {
"url": "https://github.com/TerryMooreII/angular-wysiwyg/issues"
},
"devDependencies": {
"gulp": "~3.8.11",
"gulp-rename": "~1.2.0",
"gulp-concat": "~2.4.3",
"gulp-uglify": "~1.1.0",
"gulp-jshint": "~1.9.2",
"gulp-ngmin": "~0.3.0",
"express": "~4.11.2",
"connect-livereload": "~0.5.2",
"tiny-lr": "~0.1.5"
}
}