-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.37 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.37 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
43
44
45
46
47
48
49
50
51
{
"author": "Selvam Palanimalai <selvam.palanimalai@gmail.com>, Ashwini Khare",
"scripts": {
"start": "./node_modules/grunt-cli/bin/grunt; node handler.js",
"test": "./node_modules/grunt-cli/bin/grunt test"
},
"version": "0.1.2",
"dependencies": {
"es5-shim": "^4.5.9",
"express": "^4.15.3",
"nodemon": "^1.11.0",
"request": "^2.81.0"
},
"engines": {
"node": "4.0.0"
},
"analyze": false,
"description": "A modern and portable SOCR web-app that demonstrates the concepts of statistical analysis such as resampling, randomization and probabilistic simulation",
"dist": {
"shasum": "fceea3c0a1a766a6762e6bd8d7b0d57a85ecbb2f"
},
"subdomain": "socr-randomization",
"name": "socr-randomization",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-coffee": "~0.10.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jasmine": "1.1.0",
"grunt-contrib-jshint": "~0.8.0"
},
"main": "server.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/SOCR/Resampling-Randomization-Webapp.git"
},
"keywords": [
"socr",
"randomization",
"resampling",
"statistics"
],
"license": "BSD",
"bugs": {
"url": "https://github.com/SOCR/Resampling-Randomization-Webapp/issues"
}
}