-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathbower.json
More file actions
43 lines (43 loc) · 1.08 KB
/
Copy pathbower.json
File metadata and controls
43 lines (43 loc) · 1.08 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
{
"name": "JS-Spark",
"version": "0.0.0",
"homepage": "https://github.com/syzer/JS-Spark",
"authors": [
"syzer <syzer3@gmail.com>"
],
"description": "Distributed computing cluster using web browsers",
"moduleType": [
"node"
],
"keywords": [
"spark",
"distributed",
"computing",
"rpc",
"hadoop",
"hdfs"
],
"license": "MIT",
"private": true,
"dependencies": {
"papa-parse": "~3.0.1",
"json3": "~3.3.2",
"angular": "~1.4.2",
"angular-resource": "~1.4.2",
"angular-sanitize": "~1.4.2",
"angular-bootstrap": "~0.11.2",
"angular-cookies": "~1.4.2",
"angular-mocks": "~1.4.2",
"angular-scenario": "~1.4.2",
"angular-socket-io": "~0.6.0",
"angular-ui-router": "~0.2.11",
"bootstrap": "~3.2.0",
"es5-shim": "~4.0.3",
"font-awesome": "~4.2.0",
"lodash": "~3.6.0"
},
"devDependencies": {
"angular-mocks": ">=1.2.*",
"angular-scenario": ">=1.2.*"
}
}