-
-
Notifications
You must be signed in to change notification settings - Fork 284
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "espruino-docs",
"version": "1.0.0",
"description": "Espruino Site, Documentation Tutorials and Modules",
"main": "app.js",
"scripts": {
"build": "node ./bin/build.js",
"eslintdevices": "./node_modules/.bin/eslint devices/*.js",
"eslintmodules": "./node_modules/.bin/eslint modules/*.js",
"eslintboards": "./node_modules/.bin/eslint boards/*.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/espruino/EspruinoDocs.git"
},
"keywords": [
"javascript",
"microcontroller",
"docs",
"modules",
"devices",
"documentation"
],
"author": "Gordon Williams",
"license": "MIT",
"bugs": {
"url": "https://github.com/espruino/EspruinoDocs/issues"
},
"homepage": "https://github.com/espruino/EspruinoDocs#readme",
"dependencies": {
"acorn": "^6.0.2",
"acorn-walk": "^6.1.0",
"cors": "^2.8.5",
"eslint": "^5.14.1",
"express": "^4.13.3",
"highlight.js": "^8.9.1",
"marked": "^0.3.6",
"tern": "^0.16.0"
}
}