-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
53 lines (53 loc) · 1.33 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "chordprojs",
"version": "0.1.1",
"description": "Parse and manipulate ChordPro files.",
"main": "src/chordpro.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/tvdavies/chordprojs.git"
},
"keywords": [
"ChordPro"
],
"author": "Tom Davies",
"license": "MIT",
"bugs": {
"url": "https://github.com/tvdavies/chordprojs/issues"
},
"homepage": "https://github.com/tvdavies/chordprojs#readme",
"devDependencies": {
"babel-plugin-transform-es2015-modules-umd": "^6.8.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"chai": "^3.5.0",
"del": "^2.2.1",
"git-guppy": "^1.2.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.8.7",
"gulp-jshint": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"guppy-pre-commit": "^0.3.0",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"map-stream": "0.0.6",
"mocha": "^3.1.0",
"pump": "^1.0.1",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"chord-magic": "^2.1.1",
"lodash": "^4.13.1",
"mustache": "^2.2.1"
}
}