This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
66 lines (66 loc) · 1.6 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "Roughdraft",
"version": "3.0.0",
"description": "Gist-powered writing.",
"main": "index.js",
"engine": {
"node": "0.10.x",
"npm": "1.3.x"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start",
"postinstall": "./node_modules/gulp/bin/gulp.js production"
},
"repository": {
"type": "git",
"url": "https://github.com/jedfoster/Roughdraft.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jedfoster/Roughdraft/issues"
},
"homepage": "https://github.com/jedfoster/Roughdraft",
"browserify": {
"transform": [
"coffeeify",
"hbsfy",
"jadeify"
]
},
"dependencies": {
"brace": "^0.5.1",
"browserify": "^9.0.3",
"coffeeify": "^1.0.0",
"del": "^1.2.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-changed": "^1.1.1",
"gulp-coffee": "^2.3.1",
"gulp-filesize": "0.0.6",
"gulp-jade": "^1.0.0",
"gulp-minify-css": "^0.4.6",
"gulp-notify": "^1.4.2",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"handlebars": "^3.0.0",
"hbsfy": "^2.2.1",
"jade": "^1.9.2",
"jadeify": "^4.1.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-coffee-preprocessor": "^0.2.1",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^3.3.0",
"marked": "^0.3.3",
"mocha": "^2.2.1",
"pretty-hrtime": "^1.0.0",
"require-dir": "^0.1.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.4.0"
}
}