forked from krausest/js-framework-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 792 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
{
"name": "js-framework-benchmark",
"version": "1.0.0",
"description": "Simple Benchmark for Javascript client side rendering",
"scripts": {
"postinstall": "node install.js",
"build": "node build.js",
"start": "http-server -c-1 .",
"selenium": "cd webdriver-ts && npm run selenium && npm run results"
},
"keywords": [
"benchmark",
"javascript",
"frontend",
"client",
"react",
"angular",
"angular2"
],
"repository": {
"type": "git",
"url": "https://github.com/krausest/js-framework-benchmark.git"
},
"author": "Stefan Krause",
"license": "ISC",
"homepage": "https://github.com/krausest/js-framework-benchmark",
"dependencies": {
"fs-extra": "^0.30.0",
"http-server": "^0.9.0",
"lodash": "^4.15.0"
}
}