-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 817 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 817 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
36
{
"name": "smallcdn",
"version": "2.0.0-beta",
"description": "The most advanced CDN.",
"main": "src/index.js",
"scripts": {
"test": "eslint ."
},
"author": "Hackzzila",
"contributors": [
"Gus Caplan <me@gus.host>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SmallCDN/SmallCDN.git"
},
"dependencies": {
"dotenv": "^2.0.0",
"fuse.js": "^2.5.0",
"github": "^7.1.0",
"mime": "^1.3.4",
"raw-body": "^2.1.7",
"restify": "^4.2.0",
"semver": "^5.3.0",
"simple-git": "^1.61.0",
"superagent": "^3.3.1"
},
"devDependencies": {
"eslint": "^3.9.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.5.0"
}
}