-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.87 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
67
68
{
"name": "prose",
"version": "1.1.16",
"description": "[Prose](http://prose.io) is a web-based interface for managing text-based content in your GitHub repositories. Use it to create, edit, and delete files, and save your changes directly to GitHub.",
"dependencies": {
"backbone": "~1.0.0",
"chosen-jquery-browserify": "~0.9.15",
"chrono": "~1.0.4",
"deepmerge": "~0.2.7",
"diff": "~1.0.4",
"ignore": "~2.2.7",
"jquery-browserify": "~1.8.1",
"js-base64": "~2.1.1",
"js-yaml": "git://github.com/prose/js-yaml.git",
"keymaster": "git://github.com/madrobby/keymaster.git#0f09fc1b7e66c2b7e07afe89a419366dcf2d1cd8",
"marked": "~0.2.8",
"mkdirp": "^0.5.0",
"queue-async": "~1.0.3",
"underscore": "~1.4.4"
},
"keywords": [
"editor",
"github"
],
"devDependencies": {
"browserify": "^6.0.0",
"browserify-shim": "^3.8.0",
"chai": "^1.9.2",
"del": "^1.1.1",
"function-bind": "~0.1.0",
"glob": "~3.1.21",
"gulp": "^3.8.2",
"gulp-concat": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-shell": "^0.2.7",
"gulp-uglify": "^0.3.1",
"gulp-watch": "^0.6.8",
"mocha": "~1.9.0",
"mocha-phantomjs": "~3.3.2",
"phantomjs": "~1.9.7-4",
"request": "~2.16.2",
"serve": "^1.4.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.6.0",
"uglify-js": "~2.2.5",
"vinyl-source-stream": "^0.1.1"
},
"scripts": {
"test": "node_modules/.bin/gulp && node_modules/.bin/mocha-phantomjs test/index.html",
"start": "serve -p 3200"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"chai": "global:chai"
},
"repository": {
"type": "git",
"url": "git://github.com/prose/prose.git"
},
"author": "Development Seed",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "2f58c9a97bb76b21055fe76b4c97424068ad5386"
}