This repository has been archived by the owner on Jan 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 1.75 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
{
"name": "periodic-sunburst-of-the-elements",
"version": "0.2.0",
"description": "This is a novel interactive representation of the Periodic Table of Elements using a Wijmo Sunburst chart instead of the traditional 2D linear depiction.",
"local-web-server": {
"port": 8100
},
"files": [
"index.html",
"gulpfile.js",
".eslintrc.json",
".gitignore",
"src/",
"styles/",
"assets/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"start": "ws",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/cgatno/wijmo5_periodic_sunburst.git"
},
"keywords": [
"chemistry",
"science",
"browserify",
"wijmo",
"sunburst",
"chart",
"controls",
"javascript",
"es6",
"periodic",
"table"
],
"author": {
"name": "Christian Gaetano",
"email": "christian.gaetano@grapecity.com",
"url": "https://christiangaetano.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/cgatno/wijmo5_periodic_sunburst/issues"
},
"homepage": "https://github.com/cgatno/wijmo5_periodic_sunburst#readme",
"devDependencies": {
"babel-eslint": "^7.1.0",
"babel-preset-es2015": "^6.18.0",
"browserify": "^13.3.0",
"eslint": "^3.9.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.3.2",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"local-web-server": "^1.2.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}