-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.13 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
45
46
47
48
{
"name": "nuxt-docs",
"version": "1.0.0",
"description": "Nuxt.js documentation files",
"scripts": {
"dev": "nodemon --watch *.js --exec 'node --harmony api.js'",
"lint": "eslint *.js",
"start": "node --harmony api.js",
"deploy": "now --alias",
"precommit": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/docs.git"
},
"keywords": [
"nuxt",
"nuxt.js",
"vue",
"micro"
],
"author": "Chopin brothers (@Atinux & @alexchopin)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nuxt/docs/issues"
},
"homepage": "https://github.com/nuxt/docs#readme",
"dependencies": {
"axios": "^0.15.3",
"download": "^5.0.2",
"front-matter": "^2.1.1",
"glob": "^7.1.1",
"highlight.js": "^9.9.0",
"marked": "^0.3.6",
"micro": "^6.1.0",
"pify": "^2.3.0",
"rimraf": "^2.5.4",
"uuid": "^3.0.1"
},
"devDependencies": {
"chokidar": "^1.6.1",
"eslint": "^3.12.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"nodemon": "^1.11.0"
}
}