-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (28 loc) · 896 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
{
"name": "sugo",
"version": "0.4.0",
"description": "Did you ever try polpette al sugo? sugo is a typescript/es6/any possibly other languages like coffeescript debug server, allows to live testing anything that can be transpiled to javascript. this project is meant for fast debugging",
"main": "sugo",
"homepage":"http://github.com/kentaromiura/sugo",
"scripts": {
"test": "echo \"Real man tests in production\" && exit 0"
},
"keywords": [
"typescript", "es6", "react", "wrapup"
],
"author": "Cristian Carlesso <@kentaromiura> (https://github.com/kentaromiura)",
"license": "MIT",
"bugs":{
"url": "https://github.com/kentaromiura/sugo/issues"
},
"dependencies": {
"ncp" : "*",
"wrapup": "*",
"clint" : "0.0.6",
"finally": "0.0.4",
"polpetta": "~0.3.10",
"typescript": "*",
"es6-transpiler": "*",
"react-tools": "*"
}
}