forked from vivekratnavel/polestar
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.2 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "polestar",
"version": "0.7.2",
"description": "Visualization specification interface.",
"repository": {
"type": "git",
"url": "https://github.com/vivekratnavel/polestar"
},
"author": {
"name": "UW Interactive Data Lab",
"url": "http://idl.cs.washington.edu"
},
"collaborators": [
"Dominik Moritz <[email protected]> (http://domoritz.de)",
"Kanit Wongsuphasawat <[email protected]> (http://kanitw.yellowpigz.com)",
"Jeffrey Heer <[email protected]> (http://jheer.org)",
"Vivek Ratnavel <[email protected]>"
],
"license": "BSD-3-Clause",
"scripts": {
"deploy": "npm run lint && sh deploy.sh",
"lint": "gulp jshint",
"test": "gulp test"
},
"devDependencies": {
"browser-sync": "~2.7.13",
"chalk": "~1.0.0",
"del": "~1.2.0",
"gulp": "~3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "~2.3.1",
"gulp-bump": "^0.3.1",
"gulp-compass": "^2.1.0",
"gulp-consolidate": "~0.1.2",
"gulp-csso": "~1.0.0",
"gulp-filter": "~2.0.2",
"gulp-flatten": "~0.1.0",
"gulp-inject": "~1.3.1",
"gulp-jshint": "~1.11.1",
"gulp-karma": "~0.0.4",
"gulp-load-plugins": "~1.0.0-rc",
"gulp-minify-html": "~1.0.3",
"gulp-ng-annotate": "^1.0.0",
"gulp-protractor": "~1.0.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.3",
"gulp-rev": "~5.0.1",
"gulp-rev-replace": "~0.4.2",
"gulp-sass": "~2.0.3",
"gulp-size": "~1.2.2",
"gulp-uglify": "~1.2.0",
"gulp-useref": "~1.2.0",
"http-proxy": "~1.11.1",
"jshint-stylish": "~2.0.1",
"karma-chai": "^0.1.0",
"karma-chai-jquery": "^1.0.0",
"karma-chrome-launcher": "^0.2.0",
"karma-jquery": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "~0.2.0",
"karma-sinon-chai": "^1.0.0",
"main-bower-files": "~2.8.2",
"phantomjs-polyfill": "0.0.1",
"protractor": "~2.1.0",
"request": "^2.58.0",
"require-dir": "~0.3.0",
"stream-series": "^0.1.1",
"uglify-save-license": "~0.4.1",
"wiredep": "^3.0.0-beta",
"yargs": "^3.14.0"
},
"engines": {
"node": ">=0.10.0"
}
}