forked from spsdco/notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 803 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 803 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
{
"main": "src/main.js",
"name": "Springseed",
"version": "2.0.0",
"repository": {
"type":"git",
"url": "http://github.com/springseednotes/springseed.git"
},
"window": {
"toolbar": true,
"width": 1024,
"height": 600,
"position": "center",
"min_width": 300,
"min_height": 500
},
"dependencies": {
"underscore": "1.4.x",
"jqueryify": "~1.9.1",
"spine": "~1.1.x",
"marked": "0.2.9",
"socket.io-client": "0.9.16",
"highlight.js": "7.3.0",
"open": "0.0.5",
"analytics-node": "1.0.4"
},
"devDependencies": {
"handlebars": "1.0.x",
"coffee-script": "1.7.x",
"browserify": "4.1.x",
"coffeeify": "0.6.x"
}
}