-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 910 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 910 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
{
"name": "aglio-theme-okapi",
"version": "0.0.2",
"description": "Custom aglio theme based on olio",
"main": "lib/main.js",
"scripts": {
"lint": "eslint .",
"postinstall": "mkdirp cache"
},
"repository": {
"type": "git",
"url": "git@github.com:DeveloperLaPoste/okapi-sdk-js.git"
},
"bugs": {
"url": "https://github.com/DeveloperLaPoste/okapi-sdk-js/issues"
},
"author": "Developer <developer@laposte.io> (https://developer.laposte.fr/)",
"license": "MIT",
"dependencies": {
"highlight.js": "^9.9.0",
"jade": "^1.11.0",
"less": "^2.7.2",
"markdown-it": "^8.2.2",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-container": "^2.0.0",
"markdown-it-emoji": "^1.3.0",
"mkdirp": "^0.5.1",
"moment": "^2.17.1",
"querystring": "^0.2.0"
},
"devDependencies": {
"eslint": "^3.13.1",
"eslint-config-nodejs": "^1.1.0"
}
}