forked from goodlyjunk/annotator-content-analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 794 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 794 Bytes
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
{
"name": "annotator-content-analysis",
"version": "1.0.0",
"description": "A content analysis plugin for annotator",
"repository": {
"type": "git",
"url": "git@github.com:Goodly/annotator-content-analysis.git"
},
"scripts": {
"test": "testem",
"deploy": "babel src --out-dir lib --source-maps inline; node-sass style/annotator-content-analysis.scss --output lib"
},
"author": "",
"license": "MIT",
"devDependencies": {
"babel-core": "^5.7.4",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^5.1.0",
"gulp-livereload": "^3.8.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-testem": "0.0.1",
"gulp-util": "^3.0.6",
"http": "0.0.0"
}
}