-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 835 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 835 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
{
"name": "magicbookjs",
"version": "0.12.0",
"description": "An lightweight and scalable docs system for markdown, text or other.",
"author": "ipluser",
"main": "dist/magicbook.js",
"scripts": {
"lint": "eslint --ignore-pattern *.min.js lib plugins/**/*.js gulpfile.js",
"build": "npm run lint && gulp",
"precommit": "npm run lint",
"prepush": "npm run lint"
},
"keywords": [
"magicbook",
"magicbookjs",
"markdown",
"docs",
"magic",
"book"
],
"devDependencies": {
"eslint": "^2.8.0",
"eslint-config-es5": "^0.5.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.6",
"gulp-imagemin": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"husky": "^0.11.4"
},
"repository": "https://github.com/ipluser/magicbook.git",
"license": "MIT"
}