-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "aira",
"version": "0.0.1",
"description": "Automated impulse response analysis (AIRA), an algorithm and platform to automatically analyze intensive individual longitudinal data by means of impulse response functions (IRF) and simulation",
"main": "index.html",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.14.0",
"codeclimate-test-reporter": "0.3.3",
"gulp": "^3.9.1",
"gulp-sass": "^2.3.2",
"jasmine-core": "^2.3.4",
"karma": "^1.2.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-htmlfile-reporter": "^0.3.4",
"karma-jasmine": "^1.0.2"
},
"scripts": {
"test": "karma start --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/frbl/aira"
},
"keywords": [
"inpulse",
"response",
"functions",
"automated",
"irf",
"aira"
],
"author": "Frank Blaauw",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/frbl/aira/issues"
},
"homepage": "https://github.com/frbl/aira"
}