-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·43 lines (43 loc) · 899 Bytes
/
package.json
File metadata and controls
executable file
·43 lines (43 loc) · 899 Bytes
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
{
"name": "react-performance-tests",
"description": "React.js, jQuery and Angular.js rendering performance tests",
"version": "0.0.1",
"homepage": "https://github.com/jonmiles/react-performance-tests",
"author": {
"name": "Jonathan Miles"
},
"repository": {
"type": "git",
"url": "git://github.com/jonmiles/react-performance-tests.git"
},
"main": [],
"scripts": {
"install": "bower install",
"start": "node app"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"express": "3.4.4"
},
"devDependencies": {
"bower": "1.3.x",
"grunt": "0.4.x",
"grunt-react": "~0.12.0",
"grunt-contrib-watch": "~0.6.1"
},
"keywords": [
"javascript",
"react",
"react.js",
"react-component",
"jQuery",
"angular",
"angular.js",
"rendering",
"performance",
"tests",
"performance tests"
]
}