-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.14 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
42
43
44
45
46
47
48
49
50
51
{
"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"
},
"jshintConfig": {
"undef": true,
"unused": true,
"latedef": "nofunc",
"browser": true,
"devel": true,
"predef": [
"vde",
"$",
"Blob",
"FixedColumns",
"angular"
]
},
"scripts": {
"postinstall": "grunt githooks"
}
}