-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 755 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 755 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
{
"name": "iced-utils",
"version": "0.1.27",
"description": "Simple utils for all IcedCoffeeScript projects",
"homepage": "https://github.com/maxtaco/iced-utils",
"main": "./lib/main",
"repository": {
"type": "git",
"url": "https://github.com/maxtaco/iced-utils.git"
},
"directories": {
"lib": "lib/"
},
"devDependencies": {
"iced-coffee-script": "*",
"minimist": "^1.2.2",
"iced-test": "0.0.17"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"scripts": {
"test": "make test",
"build": "make"
},
"dependencies": {
"iced-error": "^0.0.10",
"iced-lock": "^1.0.2",
"iced-runtime": ">=0.0.1 <2.0.0-0"
}
}