-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 787 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 787 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
{
"name": "iloveck101",
"version": "0.0.6",
"description": "iloveck101",
"main": "node index.js",
"bin": {
"iloveck101": "./bin/iloveck101"
},
"dependencies": {
"cheerio": "~0.12.4",
"request": "~2.27.0",
"mkdirp": "~0.3.5"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-apidoc": "~0.2.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-watch": "~0.4.4",
"grunt-mocha-test": "~0.6.3",
"request": "~2.27.0",
"should": "~1.2.2",
"grunt-simple-mocha": "~0.4.0"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/clonn/iloveck101"
},
"author": "clonn",
"license": "MIT"
}