forked from LGSInnovations/sigplot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
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
{
"name": "sigplot",
"description": "Advanced plotting for signal processing applications",
"version": "1.3.1",
"homepage": "https://lgsinnovations.github.io/sigplot",
"author": {
"name": "LGS Innovations",
"email": "sigplot@lgsinnovations.com",
"url": "http://www.lgsinnovations.com"
},
"repository": {
"type": "git",
"url": "git://github.com/LGSInnovations/sigplot.git"
},
"bugs": {
"url": "https://github.com/LGSInnovations/sigplot/issues"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "https://opensource.org/licenses/apache2.0.php"
}
],
"scripts": {
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.1",
"grunt-cli": "^0.1.9",
"grunt-contrib-concat": "^0.3.0",
"grunt-closure-compiler": "^0.0.21",
"grunt-contrib-jshint": "^0.8.0",
"grunt-contrib-qunit": "^0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compress": "^0.9.1",
"grunt-jsdoc": "^0.5.4",
"grunt-jsbeautifier": "^0.2.7",
"grunt-web-server": "^1.2.3",
"qunitjs": "^1.13.0"
}
}