-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 741 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 741 Bytes
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
{
"name": "st",
"version": "0.0.1",
"description": "A free JavaScript charting library for spectroscopy.",
"keywords": [
"visualization",
"spectroscopy",
"svg"
],
"homepage": "",
"author": {
"name": "Stephan Beisken",
"url": ""
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/sbeisken/specktackle"
},
"main": "index.js",
"browserify": "st.js",
"dependencies": {
"jquery": "2.1.1"
},
"devDependencies": {
"smash": "0.0.12",
"uglify-js": "1.3.5"
},
"licenses": [
{
"type": "LGPL",
"url": "https://www.gnu.org/licenses/lgpl.html"
}
]
}