-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 912 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 912 Bytes
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": "lazy-wiki",
"version": "0.0.1",
"description": "Wiki minimalista y portable",
"main": "LazyWiki.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/lanstat/LazyWiki.git"
},
"keywords": [
"uml",
"lazy",
"wiki",
"js",
"portable"
],
"author": "Juan Javier Garson Aparicio <lanstat@gmail.com> (http://www.lanstat.net)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/lanstat/LazyWiki/issues"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-concat": "2.6.0",
"gulp-eslint": "2.0.0",
"gulp-load-plugins": "^0.7.1",
"gulp-load-utils": "0.0.4",
"gulp-task-listing": "^0.3.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1"
},
"dependencies": {
"gulp-useref": "^3.1.0",
"stylus": "^0.54.5"
}
}