-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.24 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
{
"name": "webppl-editor",
"version": "1.0.6",
"description": "browser editor for webppl",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/probmods/webppl-editor"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"react"
]
}
]
]
},
"browserify-shim": {},
"dependencies": {
"babel-preset-react": "^6.1.18",
"babelify": "^7.2.0",
"browserify-optional": "^1.0.0",
"codemirror": "^5.19.0",
"jquery": "^2.1.4",
"react": "^15.3.2",
"react-codemirror": "JedWatson/react-codemirror#43ea00a",
"react-dom": "^15.3.2",
"react-dom-polyfill": "^1.0.0-beta.4",
"source-map": "^0.5.6",
"underscore": "^1.8.3"
},
"devDependencies": {
"aws-sdk": "^2.4.2",
"browserify": "^12.0.1",
"browserify-shim": "^3.8.11",
"browserify-versionify": "^1.0.6",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"jstransform": "^11.0.3",
"open": "0.0.5",
"through": "^2.3.8",
"watchify": "^3.6.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Long Ouyang",
"license": "MIT"
}