-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 979 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": "perfect",
"version": "1.1.0",
"description": "PERFect, simple JavaScript PERFormance tests",
"main": "index.js",
"scripts": {
"clean": "builder run build:clean",
"build": "builder run build:prod",
"dev": "builder run build:dev",
"test": "builder run npm:test",
"preversion": "builder run npm:preversion",
"version": "builder run npm:version",
"postversion": "builder run npm:postversion"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/trusktr/perfect.git"
},
"author": "Joe Pea <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/trusktr/perfect/issues"
},
"homepage": "https://github.com/trusktr/perfect#readme",
"devDependencies": {
"builder": "^3.2.3",
"builder-js-package": "trusktr/builder-js-package"
},
"keywords": [
"perf tests",
"perf-tests",
"performance tests",
"performance-tests",
"perf",
"performance"
]
}