OLD | NEW |
1 { | 1 { |
2 "name": "perf", | 2 "name": "perf", |
3 "version": "0.1.0", | 3 "version": "0.1.0", |
4 "authors": [], | 4 "authors": [], |
5 "description": "skiaperf.com", | 5 "description": "skiaperf.com", |
6 "license": "BSD", | 6 "license": "BSD", |
7 "private": true, | 7 "private": true, |
8 "ignore": [ | 8 "ignore": [ |
9 "**/.*", | 9 "**/.*", |
10 "node_modules", | 10 "node_modules", |
11 "bower_components", | 11 "bower_components", |
12 "third_party/bower_components", | 12 "third_party/bower_components", |
13 "test", | 13 "test", |
14 "tests" | 14 "tests" |
15 ], | 15 ], |
16 "dependencies": { | 16 "dependencies": { |
17 "flot": "~0.8.3", | 17 "flot": "~0.8.3", |
18 "pointerevents-polyfill": "~0.2.0", | 18 "pointerevents-polyfill": "~0.2.0", |
19 "CustomElements": "~0.2.4", | 19 "CustomElements": "~0.2.4", |
20 "HTMLImports": "~0.2.3" | 20 "HTMLImports": "~0.2.3", |
| 21 "observe-js": "~0.3.3" |
21 } | 22 } |
22 } | 23 } |
OLD | NEW |