-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
78 lines (78 loc) · 2.16 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
{
"version": "0.0.0",
"private": true,
"name": "stackviz",
"description": "StackViz - Client JavaScript",
"repository": "none",
"license": "Apache 2.0",
"devDependencies": {
"angular": "1.5.2",
"angular-fontawesome": "0.4.0",
"angular-mocks": "1.5.2",
"angular-ui-bootstrap": "1.2.5",
"angular-ui-router": "0.2.18",
"bootstrap": "3.3.6",
"browser-sync": "2.11.2",
"browserify": "13.0.0",
"browserify-istanbul": "2.0.0",
"browserify-ngannotate": "2.0.0",
"bulk-require": "^0.2.1",
"bulkify": "1.1.1",
"codemirror": "5.14.2",
"d3-array": "^0.7.1",
"d3-collection": "^0.2.0",
"d3-dsv": "^0.3.2",
"d3-ease": "^0.7.0",
"d3-interpolate": "^0.7.0",
"d3-request": "^0.4.6",
"d3-scale": "^0.7.0",
"d3-time-format": "^0.3.2",
"del": "2.2.0",
"eslint": "~1.10.3",
"eslint-config-openstack": "1.2.4",
"eslint-plugin-angular": "0.12.0",
"express": "4.13.4",
"gulp": "3.9.1",
"gulp-angular-templatecache": "1.8.0",
"gulp-autoprefixer": "3.1.0",
"gulp-changed": "1.3.0",
"gulp-filter": "4.0.0",
"gulp-gzip": "1.2.0",
"gulp-if": "2.0.0",
"gulp-notify": "2.2.0",
"gulp-protractor": "2.2.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-sass": "2.2.0",
"gulp-sourcemaps": "1.6.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "1.5.3",
"gulp-util": "3.0.7",
"isparta": "4.0.0",
"jasmine-ajax": "3.2.0",
"jasmine-core": "2.4.1",
"jasmine-fixture": "2.0.0",
"karma": "~0.13.22",
"karma-browserify": "5.0.3",
"karma-firefox-launcher": "2.1.0",
"karma-coverage": "0.5.5",
"karma-jasmine": "0.3.8",
"karma-subunit-reporter": "0.0.4",
"morgan": "1.7.0",
"nprogress": "^0.2.0",
"pretty-hrtime": "1.0.2",
"protractor": "^2.2.0",
"run-sequence": "1.1.5",
"tiny-lr": "^0.1.6",
"uglifyify": "3.0.1",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.7.0"
},
"scripts": {
"postinstall": "if [ ! -d .venv ]; then tox -epy38 --notest; fi",
"test": "gulp unit",
"lint": "eslint ./",
"prod": "gulp prod; python setup.py sdist"
}
}