-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 744 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 744 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
{
"name": "comcom",
"version": "1.0.0",
"description": "Github powered comments",
"main": "Gruntfile.js",
"dependencies": {},
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"load-grunt-tasks": "^0.6.0",
"time-grunt": "^1.0.0"
},
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/sirbrad/comcom.git"
},
"license": "MIT",
"author": "sirbrad",
"bugs": {
"url": "https://github.com/sirbrad/comcom/issues"
},
"homepage": "https://github.com/sirbrad/comcom"
}