-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 900 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
37
38
39
40
41
{
"name": "chordprojs",
"version": "1.0.0-beta1",
"main": "dist/chordpro.js",
"keywords": [
"chordpro"
],
"author": "George Ilyes",
"license": "MIT",
"bugs": {
"url": "https://github.com/gilyes/chordprojs/issues"
},
"dependencies": {
"lodash": "^3.10.1",
"sanitize-html": "^1.11.1"
},
"devDependencies": {
"babel-loader": "^5.0.0",
"babel-preset-es2015": "^6.1.18",
"chai": "^3.4.1",
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"jshint": "^2.0",
"jshint-stylish": "^2.1.0",
"mocha": "^2.3.4"
},
"engines": {
"node": ">=0.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gilyes/chordprojs"
}
}