-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.27 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.27 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
{
"name": "quantum-probability",
"title": "Quantum Probability",
"description": "Simulation of Stern-Gerlach experiment, and time dependent phenomena",
"version": "0.1.0",
"main": "build/quantum-probability.min.js",
"homepage": "http://github.com/bjester/quantum-probability",
"author": {
"name": "Blaine Jester",
"url": "http://blainejester.com"
},
"repository": {
"type": "git",
"url": "https://github.com/bjester/quantum-probability.git"
},
"keywords": [
"quantum",
"probability",
"stern-gerlach",
"spin",
"spin-flip",
"javascript",
"physics"
],
"dependencies": {
"mathjs": "0.18.1",
"dat-gui": "0.5",
"stats": "1.0.0"
},
"devDependencies": {
"archiver": "0.5.2",
"gzip-js": "0.3.2",
"testswarm": "1.1.0",
"load-grunt-tasks": "0.3.0",
"requirejs": "2.1.10",
"shelljs": "0.2.6",
"grunt": "0.4.2",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.8.0",
"grunt-contrib-nodeunit": "0.2.0",
"grunt-contrib-uglify": "0.3.2",
"grunt-compare-size": "0.4.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-jscs-checker": "0.3.2",
"grunt-jsonlint": "1.0.4",
"grunt-shell": "~0.6.4",
"grunt-mocha-test": "~0.10.0"
}
}