-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
44 lines (44 loc) · 1.07 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": "Leanote-Markdown-Editor",
"version": "4.5.0",
"private": true,
"description": "Markdown Editor For Leanote",
"main": "res/main.js",
"engines": {
"node": "0.10.x"
},
"directories": {
"doc": "doc"
},
"dependencies": {
},
"devDependencies": {
"gulp": "^3.8.7",
"gulp-requirejs": "^0.1.3",
"gulp-jshint": "^1.8.4",
"gulp-uglify": "^1.0.0",
"gulp-less": "^1.3.5",
"bower-requirejs": "^1.1.0",
"gulp-inject": "git://github.com/benweet/gulp-inject.git#8bd702d143a578e3b44290d82612ab808ee17281",
"run-sequence": "^0.3.6",
"gulp-clean": "^0.3.1",
"gulp-replace": "^0.4.0",
"gulp-bump": "^0.1.11",
"gulp-util": "^3.0.1",
"knox": "^0.9.1",
"mime": "^1.2.11",
"event-stream": "^3.1.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/leanote/markdown-editor"
},
"author": "Benoit Schweblin & life",
"license": "GPL v2",
"bugs": {
"url": "https://github.com/leanote/markdown-editor/issues"
}
}