-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 850 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 850 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": "ices",
"version": "0.1.0",
"description": "Ices are contained formats that simplifies distribution and installation for CometJS.",
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/comet-dev/ices.git"
},
"devDependencies": {
"jshint": "^2.9.3",
"browserify": "^13.0.0",
"gulp":"^3.9.1",
"grunt":"^1.0.1",
"CometJS":"^0.3.2-alpha"
},
"dependencies": {
"commander":"^2.9.0",
"lodash":"4.11.2"
},
"scripts": {
"test": "./node_modules/jshint/bin/jshint ices.js"
},
"keywords": [
"ices",
"cometice",
"icejs"
],
"author": "Moses Grant",
"license": "ISC",
"bugs": {
"url": "https://github.com/comet-dev/ices/issues"
},
"homepage": "https://github.com/comet-dev/ices#readme"
}