-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
67 lines (67 loc) · 1.85 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"_from": "random-js@1.0.2",
"_id": "random-js@1.0.2",
"_inBundle": false,
"_integrity": "sha1-oBBIgvqm2kOSL+/aZYMwxJ0jLOc=",
"_location": "/random-js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "random-js@1.0.2",
"name": "random-js",
"escapedName": "random-js",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/fuzzer"
],
"_resolved": "https://registry.npmjs.org/random-js/-/random-js-1.0.2.tgz",
"_shasum": "a0104882faa6da43922fefda658330c49d232ce7",
"_spec": "random-js@1.0.2",
"_where": "/Users/bjohnson/Documents/oxy-workspace/fuzzers/node_modules/fuzzer",
"author": {
"name": "Cameron Kenneth Knight",
"email": "ckknight@gmail.com"
},
"bugs": {
"url": "https://github.com/ckknight/random-js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A mathematically correct random number generator library for JavaScript.",
"devDependencies": {
"karma": "~0.10.9",
"karma-chrome-launcher": "~0.1.2",
"karma-coffee-preprocessor": "~0.1.2",
"karma-coverage": "~0.1.5",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.1",
"karma-requirejs": "~0.2.1",
"karma-script-launcher": "~0.1.0",
"requirejs": "~2.1.10"
},
"homepage": "https://github.com/ckknight/random-js",
"keywords": [
"random"
],
"license": "MIT",
"main": "lib/random",
"name": "random-js",
"repository": {
"type": "git",
"url": "git://github.com/ckknight/random-js.git"
},
"scripts": {
"test": "jasmine-node lib/random.js spec/",
"uglify": "uglifyjs lib/random.js -o lib/random.min.js -m -c"
},
"testling": {
"files": "spec/*.js"
},
"version": "1.0.2"
}