forked from prose/prose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.2 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
{
"name": "prose",
"version": "1.0.0",
"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": {
"jquery-browserify": "~1.8.1",
"chosen-jquery-browserify": "~0.9.15",
"js-yaml": "git://github.com/prose/js-yaml.git",
"backbone": "~1.0.0",
"underscore": "~1.4.4",
"chrono": "~1.0.4",
"js-base64": "~2.1.1",
"keymaster": "git://github.com/madrobby/keymaster.git#ddcb72eceb033db",
"marked": "~0.2.8",
"queue-async": "~1.0.3",
"diff": "~1.0.4",
"deepmerge": "~0.2.7"
},
"keywords": [
"editor",
"github"
],
"devDependencies": {
"mocha": "~1.9.0",
"glob": "~3.1.21",
"chai": "~1.5.0",
"request": "~2.16.2",
"uglify-js": "~2.2.5",
"browserify": "~2.12.0"
},
"scripts": {
"test": "mocha-phantomjs -R min test/index.html"
},
"repository": {
"type": "git",
"url": "git://github.com/prose/prose.git"
},
"author": "Development Seed",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "2f58c9a97bb76b21055fe76b4c97424068ad5386"
}