-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
{
"name": "sanic.js",
"version": "1.1.3",
"description": "JS Native Functions gotta go fast",
"main": "index.js",
"homepage": "https://github.com/AamuLumi/sanic.js",
"directories": {
"lib": "lib",
"doc": "doc"
},
"repository": {
"type": "git",
"url": "https://github.com/AamuLumi/sanic.js.git"
},
"bugs": {
"url": "https://github.com/AamuLumi/sanic.js/issues",
"email": "[email protected]"
},
"dependencies": {},
"devDependencies": {
"benchmark": "^2.1.4",
"chai": "^4.1.0",
"fast.js": "^0.1.1",
"lodash": "^4.17.4",
"mocha": "^3.4.2",
"nyc": "^11.0.3"
},
"scripts": {
"test": "nyc ./node_modules/mocha/bin/_mocha ./test/index.js",
"report-coverage": "nyc report --reporter=lcov",
"benchmark": "node ./bench/index.js",
"exp": "EXPERIMENTAL=true node --inspect ./bench/index.js"
},
"keywords": [
"performance",
"optimization",
"fast",
"faster",
"native",
"sanic"
],
"author": "KBDev - Florian \"Aamu Lumi\" Kauder <[email protected]>",
"license": "MIT"
}