forked from leeluolee/stackit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 922 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 922 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
36
37
38
39
{
"name": "stackit",
"version": "0.0.5",
"description": "fork stackedit as a local editor",
"main": "res/main.js",
"engines": {
"node": "0.10.x"
},
"directories": {
"doc": "doc"
},
"bin": {
"stackit": "./bin/stackit"
},
"dependencies": {
"commander": "^2.3.0",
"ejs": "~0.8.4",
"express": "~3.16.6",
"request": "~2.40.0",
"socket.io": "^1.0.6",
"ssh2": "^0.3.5"
},
"devDependencies": {
"grunt-contrib-requirejs": "~0.4.3",
"grunt-contrib-less": "~0.7.0",
"grunt-string-replace": "~0.2.4",
"grunt-contrib-copy": "~0.4.1",
"grunt-bower-requirejs": "~0.7.1",
"grunt-bower-task": "~0.3.1",
"grunt-bump": "0.0.11",
"grunt-contrib-jshint": "~0.7.1",
"grunt-jsbeautifier": "^0.2.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Benoit Schweblin",
"license": "Apache License"
}