-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.25 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
{
"name": "squeezer-serve",
"version": "0.0.5",
"description": "Squeezer Serve Plugin . This plugin enables serving support for local development within the Squeezer Framework.",
"homepage": "https://squeezer.io/",
"bin": {},
"keywords": [
"squeezer.io",
"squeezer.io framework",
"squeezer framework",
"squeezer serve"
],
"repository": {
"type": "git",
"url": "https://github.com/SqueezerIO/squeezer-azure"
},
"scripts": {
"eslint": "eslint . --cache",
"jsinspect": "jsinspect -t 50 ./"
},
"contributors": [
{
"name": "Nick Chisiu",
"email": "[email protected]",
"web": "https://Squeezer.IO/"
}
],
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"chokidar": "^1.7.0",
"colors": "^1.1.2",
"connect-livereload": "^0.6.0",
"cors": "^2.8.4",
"express": "^4.15.4",
"livereload": "^0.6.2",
"url-pattern": "^1.0.3",
"walk-sync": "^0.3.2"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.10.0",
"jsinspect": "^0.12.7"
}
}