This repository was archived by the owner on May 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 1.44 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
72
73
{
"name": "stamplay-cli",
"description": "Stamplay command line",
"version": "1.4.4",
"author": "Stamplay <mirko.diserafino@stamplay.com> (https://www.stamplay.com)",
"licenses": [
{
"type": "MIT"
}
],
"keywords": [
"cdn",
"cli",
"cloud",
"baas",
"api",
"hosting",
"stamplay",
"synchronization"
],
"main": "lib/stamplay.js",
"bin": {
"stamplay": "./bin/stamplay"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "make stamplay"
},
"engineStrict": true,
"files": [
"bin/**",
"lib/**",
"server/**",
"LICENSE",
"README.md",
"package.json"
],
"repository": {
"type": "git",
"url": "https://github.com/Stamplay/stamplay-cli"
},
"dependencies": {
"celeri": "^0.3.4",
"chalk": "^0.5.1",
"express": "^3.20",
"http-proxy": "^1.8.1",
"inquirer": "^0.8.0",
"minimatch": "^2.0.1",
"mkdir": "0.0.2",
"open": "0.0.5",
"optimist": "0.6.x",
"progress": "1.1.x",
"prompt": "0.2.x",
"pump": "^1.0.0",
"request": "^2.69.0",
"tar-fs": "^1.5.0",
"update-notifier": "^0.3.0"
},
"devDependencies": {
"chai": "^1.10.0",
"eslint": "^3.6.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"mocha": "^3.1.2",
"nock": "9.0.0",
"rimraf": "^2.2.8",
"sinon": "1.12.2"
}
}