-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "birch-outline",
"version": "0.2.1",
"description": "Cross-platform scripting for TaskPaper",
"main": "./lib/index",
"atomTestRunner": "./spec/atomTestRunner",
"repository": {
"type": "git",
"url": "https://github.com/jessegrosjean/birch-outline"
},
"bugs": {
"url": "https://github.com/jessegrosjean/birch-outline/issues"
},
"author": "Jesse Grosjean",
"license": "MIT",
"dependencies": {
"ctph.js": "0.0.5",
"event-kit": "^2.0.0",
"htmlparser2": "^3.9.1",
"moment": "^2.15.2",
"string-hash": "^1.1.0",
"underscore-plus": "^1.6.6"
},
"devDependencies": {
"birch-doc": "0.0.2",
"chai": "^3.5.0",
"coffee-script": "^1.7.0",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.0",
"gulp-clean": "^0.3.2",
"gulp-coffee": "^2.3.2",
"gulp-coffeelint": "^0.6.0",
"gulp-mocha": "^3.0.1",
"gulp-util": "^3.0.7",
"json-loader": "^0.5.4",
"loophole": "^1.1.0",
"mocha": "^3.1.2",
"webpack-stream": "^3.2.0"
},
"scripts": {
"prepublish": "./node_modules/gulp/bin/gulp.js prepublish",
"start": "./node_modules/gulp/bin/gulp.js",
"test": "./node_modules/mocha/bin/mocha"
}
}