-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 860 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 860 Bytes
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
{
"name": "sharp11-client",
"version": "1.0.0",
"description": "A web front-end interface for exploring the Sharp11 library",
"author": "Julian Rosenblum <jsrmath@gmail.com>",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/jsrmath/sharp11-client.git"
},
"devDependencies": {
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"classnames": "^2.2.5",
"react": "^15.3.0",
"react-bootstrap-modal": "^4.0.0",
"react-dom": "^15.3.0",
"react-tabs": "^2.1.1",
"sharp11": "^2.0.1",
"sharp11-improv": "^1.0.1",
"sharp11-jza": "0.0.2",
"sharp11-web-audio": "^1.0.5",
"string": "^3.3.1",
"underscore": "^1.8.3"
}
}