-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathpackage.json
88 lines (88 loc) · 2.49 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
78
79
80
81
82
83
84
85
86
87
88
{
"name": "polestar",
"version": "0.14.0",
"description": "Visualization specification interface.",
"repository": {
"type": "git",
"url": "https://github.com/vega/polestar.git"
},
"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)"
],
"license": "BSD-3-Clause",
"scripts": {
"postinstall": "bower install",
"patch": "gulp patch",
"feature": "gulp feature",
"release": "gulp release",
"deploy": "npm run lint && npm run test && bash -x scripts/deploy.sh",
"build": "gulp build",
"start": "gulp serve",
"start-dist": "gulp serve:dist",
"lint": "gulp jshint",
"test": "gulp test"
},
"devDependencies": {
"bower": "^1.7.7",
"browser-sync": "~2.11.1",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"chalk": "~1.1.1",
"del": "~2.2.0",
"gulp": "~3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "~3.1.0",
"gulp-base64": "^0.1.3",
"gulp-compass": "^2.1.0",
"gulp-consolidate": "~0.1.2",
"gulp-csso": "~1.0.1",
"gulp-filter": "~3.0.1",
"gulp-flatten": "~0.2.0",
"gulp-inject": "~3.0.0",
"gulp-jshint": "~2.0.0",
"gulp-load-plugins": "~1.2.0",
"gulp-minify-html": "~1.0.5",
"gulp-ng-annotate": "^1.1.0",
"gulp-protractor": "~2.1.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.4",
"gulp-sass": "~2.1.1",
"gulp-size": "~2.0.0",
"gulp-uglify": "~1.5.1",
"gulp-useref": "~3.0.5",
"http-proxy": "~1.13.0",
"jshint": "^2.9.2",
"jshint-stylish": "~2.1.0",
"karma-chai": "^0.1.0",
"karma-chai-jquery": "^1.0.0",
"karma-chrome-launcher": "^0.2.2",
"karma-jquery": "^0.1.0",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^1.1.5",
"karma-phantomjs-launcher": "~0.2.3",
"karma-sinon-chai": "^1.1.0",
"main-bower-files": "~2.11.1",
"mocha": "^2.4.4",
"phantomjs": "^2.1.3",
"phantomjs-polyfill": "0.0.1",
"protractor": "~3.0.0",
"request": "^2.69.0",
"require-dir": "~0.3.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"stream-series": "^0.1.1",
"uglify-save-license": "~0.4.1",
"wiredep": "^3.0.0",
"yargs": "^3.32.0"
},
"engines": {
"node": ">=0.10.0"
}
}