-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 783 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 783 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
{
"name": "multifiddle",
"version": "0.13.0",
"author": "Isaiah Odhner",
"description": "Minimalistic multilingual collaborative code-fiddling",
"scripts": {
"start": "live-server",
"prepublish": "coffee -co build src",
"build": "coffee -co build src",
"dev": "coffee -wo build src"
},
"main": "index.html",
"repository": {
"type": "git",
"url": "https://github.com/1j01/multifiddle.git"
},
"keywords": [
"multi",
"fiddle",
"fiddling",
"code-fiddle",
"code-fiddling",
"collaborative",
"app",
"coding",
"code",
"programming",
"dev",
"development",
"prototyping",
"hacking"
],
"devDependencies": {
"coffeescript": "^2.3.0",
"live-server": "^1.2.0"
},
"private": true
}