-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
109 lines (109 loc) · 2.92 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"_args": [
[
{
"raw": "ccbooleananalysis@^1.0.0",
"scope": null,
"escapedName": "ccbooleananalysis",
"name": "ccbooleananalysis",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/home/varun/WebstormProjects/ccfrontend"
],
[
{
"raw": "ccbooleananalysis@1.0.9",
"scope": null,
"escapedName": "ccbooleananalysis",
"name": "ccbooleananalysis",
"rawSpec": "1.0.9",
"spec": "1.0.9",
"type": "version"
},
"/home/varun/Desktop/JS/cc"
]
],
"_from": "ccbooleananalysis@1.0.9",
"_id": "ccbooleananalysis@1.0.9",
"_inCache": true,
"_location": "/ccbooleananalysis",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/ccbooleananalysis-1.0.9.tgz_1495561319457_0.11893934709951282"
},
"_npmUser": {
"name": "helikarlab",
"email": "thelikar2@unl.edu"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"raw": "ccbooleananalysis@1.0.9",
"scope": null,
"escapedName": "ccbooleananalysis",
"name": "ccbooleananalysis",
"rawSpec": "1.0.9",
"spec": "1.0.9",
"type": "version"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/ccbooleananalysis/-/ccbooleananalysis-1.0.9.tgz",
"_shasum": "a0b8626f55e975062cbac284068e88bb588dfcca",
"_shrinkwrap": null,
"_spec": "ccbooleananalysis@1.0.9",
"_where": "/home/varun/Desktop/JS/cc",
"author": {
"name": "Joshua Meier",
"email": "jmeier@college.harvard.edu"
},
"dependencies": {
"jquery": "^3.1.0",
"jsep": "^0.3.0",
"logic-solver": "^2.0.1"
},
"description": "Boolean-based representations of Biological Systems",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-cli": "^6.16.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^13.3.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-jshint": "^2.1.0",
"gulp-webpack": "^1.5.0",
"jshint": "^2.9.2",
"webpack-stream": "^3.2.0"
},
"directories": {},
"gitHead": "818099043b47cc6b8b88372c0f29caf297afc1f2",
"license": "ISC",
"main": "build/ccBooleanAnalysis.js",
"maintainers": [
{
"name": "helikarlab",
"email": "thelikar2@unl.edu"
}
],
"name": "ccbooleananalysis",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "ssh://jmeier@helikarlab.org:29418/ccBooleanAnalysis"
},
"scripts": {
"build": "./node_modules/.bin/gulp scripts"
},
"version": "1.0.17"
}