-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 896 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 896 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
39
{
"name": "comet-dev",
"repository": {
"type": "git",
"url": "https://github.com/comet-dev/CometJS.git"
},
"bin": {
"comet": "./bin/comet",
"startup": "./bin/startup"
},
"description": "Software and app development for the web, through organization of elements.",
"author": "mosesag0813",
"version": "0.3.5",
"devDependencies": {
"jshint": "^2.9.3",
"browserify": "^14.1.0",
"gulp":"^3.9.1",
"grunt":"^1.0.1"
},
"dependencies":{
"chalk":"^1.1.3",
"ices":"^1.0.0",
"coveralls":"2.11.16"
},
"scripts": {
"test": "./node_modules/jshint/bin/jshint main.js",
"start": "./node_modules/jshint/bin/jshint comet"
},
"keywords": [
"cometjs",
"comet"
],
"author": "Moses Grant",
"license": "ISC",
"bugs": {
"url": "https://github.com/mosesag0813/comet/issues"
},
"homepage": "http://www.comet-dev.com"
}