forked from DigiExam/ng-annotate-text
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 823 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
{
"name": "ng-annotate-text",
"version": "2.5.1",
"description": "An AngularJS directive to assist with annotation of text",
"repository": {
"type": "git",
"url": "https://github.com/DigiExam/ng-annotate-text.git"
},
"author": "Rasmus Milesson",
"bugs": {
"url": "https://github.com/DigiExam/ng-annotate-text/issues"
},
"homepage": "https://github.com/DigiExam/ng-annotate-text",
"devDependencies": {
"bower": "~1.3.8",
"gulp": "~3.8.6",
"gulp-load-plugins": "~0.5.3",
"gulp-rename": "~1.2.0",
"gulp-ruby-sass": "~0.6.0",
"gulp-autoprefixer": "~0.0.8",
"gulp-minify-css": "~0.3.7",
"gulp-uglify": "~0.3.1",
"gulp-coffee": "~2.1.1",
"gulp-sourcemaps": "~1.1.0",
"gulp-replace": "~0.4.0"
},
"scripts": {
"postinstall": "./node_modules/.bin/bower install"
}
}