-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
60 lines (60 loc) · 1.73 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
{
"name": "slamdata",
"description": "The web-based front-end for SlamData.",
"repository": {
"type": "git",
"url": "https://github.com/slamdata/slamdata"
},
"version": "v4.0.0",
"contributors": [
"Maxim Zimaliev <[email protected]>",
"Gary Burgess <[email protected]>",
"Jonathan Sterling <[email protected]>",
"Becky Conning <[email protected]>"
],
"scripts": {
"clean": "gulp clean && rimraf .pulp-cache",
"postinstall": "node script/get-quasar.js",
"build": "gulp replace-crlf less make-bundle",
"build-lite": "gulp replace-crlf less bundle",
"property-tests": "gulp bundle-property-tests && node tmp/js/property-tests",
"test": "gulp bundle-test && node test",
"psa": "pulp build -I test/src --censor-lib --strict --stash"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/slamdata/slamdata/issues"
},
"homepage": "https://github.com/slamdata/slamdata",
"private": true,
"devDependencies": {
"chalk": "^1.1.1",
"chromedriver": "^2.24.1",
"expose-loader": "^0.7.1",
"gulp": "^3.9.0",
"gulp-content-filter": "0.0.0",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.7.1",
"gulp-less": "^3.0.5",
"gulp-purescript": "^1.0.0",
"gulp-replace": "^0.5.4",
"gulp-trimlines": "^1.0.0",
"json-loader": "^0.5.4",
"platform": "^1.3.0",
"pulp": "^9.0.1",
"purescript": "^0.9.3",
"purescript-psa": "^0.3.9",
"rimraf": "^2.4.3",
"run-sequence": "^1.1.5",
"selenium-webdriver": "2.53.2",
"webpack-stream": "^2.1.0"
},
"dependencies": {
"echarts": "^3.2.2",
"fs": "^0.0.2",
"jsrsasign": "^5.0.5",
"minimatch": "^3.0.0",
"virtual-dom": "^2.1.1",
"zeroclipboard": "^2.2.0"
}
}