This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
74 lines (74 loc) · 1.96 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
{
"name": "tap",
"description": "Tap, The Software as a Sensor portal and visualization component",
"version": "0.2.0",
"private": true,
"license": "Apache-2.0",
"author": "Draper",
"contributors": [
"Clay Gimenez <[email protected]>",
"Steven York <[email protected]>",
"Fei Sun <[email protected]>",
"Joshua Poore <[email protected]>",
"Laura Mariano <[email protected]>",
"Michelle Beard <[email protected]>",
"Arthi Vezhavendan <[email protected]>"
],
"homepage": "https://senssoft.incubator.apache.org",
"repository": {
"type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/incubator-senssoft.tap.git"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/SENSSOFT"
},
"keywords": [
"Tap"
],
"engines": {
"node": "^6.9.1"
},
"dependencies": {
"d3": "^4.1.1",
"isomorphic-fetch": "^2.2.1",
"react": "^15.2.0",
"react-dom": "^15.2.0",
"react-redux": "^4.4.5",
"react-router": "^2.5.2",
"redux": "^3.5.2",
"semantic-ui": "^2.2.6"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"browser-sync": "^2.13.0",
"browserify": "^13.0.1",
"chai": "^3.5.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-mocha": "^2.2.0",
"gulp-newer": "^1.2.0",
"gulp-sass": "^2.3.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"lodash.assign": "^4.0.9",
"redux-logger": "^2.6.1",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}