forked from collection-json/collection-json.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 766 Bytes
/
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
{
"name": "collection-json",
"version": "0.2.1",
"description": "Collection+JSON Client",
"private": true,
"scripts": {
"client": "make client",
"test": "jest"
},
"jest": {
"transform": {
"^.+\\.js?$": "babel-jest"
}
},
"repository": "git://github.com/CamShaft/collection-json.js.git",
"author": "Cameron Bytheway",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-preset-es2015": "^6.24.1",
"net": "^1.0.2",
"should": "~1.2.0",
"tls": "0.0.1",
"uglify-js": "^3.4.9",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2"
}
}