-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.21 KB
/
package.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "immersion",
"version": "2.0.15",
"main": "./lib/immersion.js",
"description": "Content Direct product catalog command line tool",
"homepage": "http://contentdirect.csgi.com",
"bugs": "https://github.com/davidcaseria/immersion/issues",
"author": {
"name": "David Caseria",
"email": "[email protected]",
"url": "davidcaseria.github.io"
},
"repository": {
"type": "git",
"url": "https://github.com/davidcaseria/immersion"
},
"license": "MIT",
"files": [
"bin",
"lib"
],
"keywords": [
"immersion",
"content",
"direct"
],
"devDependencies": {
"chai": "^1.10.0",
"grunt-bump": "0.0.16",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cli": "^1.9.0",
"grunt-version": "^0.3.0",
"jshint-stylish": "^0.2.0",
"load-grunt-tasks": "^0.4.0",
"time-grunt": "^0.3.1"
},
"scripts": {
"test": "grunt"
},
"bin": "./bin/immersion.js",
"preferGlobal": "true",
"dependencies": {
"commander": "^2.5.0",
"content-direct": "^0.1.4",
"csv-parse": "0.0.6",
"extend": "^2.0.0",
"mkdirp": "^0.5.0",
"promptly": "^0.2.0"
}
}