-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "Lyra",
"version": "1.0.0",
"description": "Lyra is an interactive visualization design environment for designing custom visualizations without programming",
"keywords": [
"lyra",
"vega",
"visualization",
"d3"
],
"homepage": "http://idl.cs.washington.edu/projects/lyra/",
"author": {
"name": "Arvind Satyanarayan",
"url": "http://arvindsatya.com"
},
"repository": {
"type": "git",
"url": "http://github.com/uwdata/lyra.git"
},
"devDependencies": {
"less": "1.6.x",
"protractor": "~0.24.2",
"JSONPath": "0.9.x",
"grunt": "~0.4.5",
"grunt-protractor-runner": "~1.0.0",
"grunt-http-server": "0.0.5",
"grunt-contrib-less": "~0.11.2",
"karma": "~0.12.16",
"grunt-karma": "~0.8.3",
"karma-jasmine": "~0.2.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-githooks": "~0.3.1",
"grunt-contrib-concat": "~0.4.0",
"karma-chrome-launcher": "~0.1.4",
"grunt-contrib-watch": "~0.6.1",
"karma-chrome-launcher": "~0.1.4"
},
"scripts": {
"postinstall": "grunt githooks"
}
}