-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.6 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "adaptive-cloud-cli",
"version": "1.0.0",
"description": "Adaptive Cloud Command Line Interface",
"preferGlobal": true,
"bin": {
"adaptive": "src/adaptive.js"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/AdaptiveMe/adaptive-cloud-cli.git"
},
"homepage": "http://adaptive.me",
"license": "Apache-2.0",
"author": {
"name": "Carlos Lozano",
"email": "carlos@adaptive.me",
"url": "https://github.com/carloslozano"
},
"contributors": [
{
"name": "Rafael Roman",
"email": "panthro.rafael@gmail.com",
"url": "https://github.com/Panthro"
},
{
"name": "Ferran Vilà",
"email": "ikocel1@gmail.com",
"url": "https://github.com/ferranvila"
}
],
"bugs": {
"url": "https://github.com/AdaptiveMe/adaptive-cloud-cli/issues"
},
"keywords": [
"adaptive",
"hybrid",
"html5",
"mobile",
"desktop",
"framework"
],
"dependencies": {
"archiver": "^0.16.0",
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"commander": "^2.9.0",
"inquirer": "^0.11.0",
"node-localstorage": "^0.6.0",
"progress": "^1.1.8",
"request": "^2.65.0",
"simple-spinner": "0.0.5",
"unzip2": "^0.2.5",
"update-notifier": "^0.5.0",
"yamljs": "^0.2.4"
},
"devDependencies": {
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-eslint": "^17.3.1",
"grunt-jscs": "^2.1.0",
"grunt-mocha-test": "^0.12.7",
"load-grunt-tasks": "^3.3.0",
"mocha": "^2.3.3",
"time-grunt": "^1.2.2"
}
}