-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 998 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": "compressed-json",
"version": "1.0.15",
"description": "String base JSON compressor",
"main": "lib",
"browser": "shim",
"scripts": {
"test": "mocha test",
"transpile": "babel lib --out-dir shim --presets=@babel/preset-env --source-maps inline --copy-files; lebab --replace 'shim/**/*.js' --transform commonjs",
"build": "coz render .*.bud example/.*.bud",
"prepare": "npm run build;npm run transpile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okunishinishi/node-compressed-json.git"
},
"keywords": [
"JSON"
],
"author": "Taka Okunish",
"license": "MIT",
"bugs": {
"url": "https://github.com/okunishinishi/node-compressed-json/issues"
},
"homepage": "https://github.com/okunishinishi/node-compressed-json#readme",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"coz": "^7.0.19",
"lebab": "^3.1.0",
"mocha": "^6.2.0"
}
}