forked from espruino/EspruinoDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 797 Bytes
/
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
{
"name": "espruino-docs",
"version": "1.0.0",
"description": "Espruino Site, Documenation Tutorials and Modules",
"main": "app.js",
"scripts": {
"build": "node ./bin/build.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": "^2.6.2",
"express": "^4.13.3",
"highlight.js": "^8.9.1",
"marked": "^0.3.5",
"tern": "^0.16.0"
}
}