forked from ww24/mace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "mace",
"version": "0.1.2",
"description": "Mace = Markdown editor powered by Ace.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"pretest": "gulp",
"test": "testem -l phantomjs,firefox ci",
"coverage": "./node_modules/karma/bin/karma start",
"coveralls": "npm run coverage && cat \"coverage/`ls coverage | head -n 1`/lcov.info\" | coveralls"
},
"repository": {
"type": "git",
"url": "git://github.com/ww24/mace.git"
},
"author": "ww24",
"license": "MIT",
"bugs": {
"url": "https://github.com/ww24/mace/issues"
},
"homepage": "http://ww24.info/mace",
"devDependencies": {
"chai": "^1.9.2",
"coveralls": "^2.11.2",
"del": "^0.1.3",
"gulp": "^3.8.8",
"gulp-coffee": "^2.2.0",
"gulp-concat": "^2.4.1",
"gulp-insert": "^0.4.0",
"gulp-load-plugins": "^0.7.0",
"gulp-uglify": "^1.0.1",
"istanbul": "^0.3.2",
"karma": "^0.12.24",
"karma-coverage": "^0.2.6",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^1.21.4",
"testem": "^0.6.21"
},
"dependencies": {
"marked": "^0.3.2"
}
}