-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
37 lines (37 loc) · 913 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
35
36
37
{
"name": "ejson",
"version": "2.2.3",
"description": "EJSON - Extended and Extensible JSON library from Meteor made compatible for Nodejs and Browserify",
"main": "index.js",
"scripts": {
"test": "mocha --check-leaks test.js",
"update": "node vendor/download.js && webpack"
},
"keywords": [
"EJSON",
"Extended",
"Extensible",
"JSON",
"Meteor",
"ejson",
"primus"
],
"author": "Arnout Kazemier",
"repository": {
"type": "git",
"url": "git://github.com/primus/ejson.git"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "~7.18.10",
"@babel/preset-env": "~7.18.10",
"assume": "~2.3.0",
"babel-loader": "~8.2.0",
"babel-plugin-add-module-exports": "~1.0.2",
"babel-plugin-import-to-require": "~1.0.0",
"mocha": "~10.0.0",
"pre-commit": "~1.2.0",
"webpack": "~5.74.0",
"webpack-cli": "~4.10.0"
}
}