-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "reactive_visualizer",
"description": "",
"version": "0.0.1",
"private": true,
"dependencies": {
"ramda": "~ 0.13",
"react": "~0.13",
"rx": "~2.4",
"bootstrap": "~ 3.3",
"react-bootstrap": "~ 0.16",
"bootstrap-slider": "4.5",
"string": "~ 3.0",
"react-textarea-autosize": "~ 1.1",
"react-markdown-to-html": "~ 1.0",
"markdown-it": "~ 4.0"
},
"devDependencies": {
"browserify": "~9.0",
"minifyify": "latest",
"coffee-reactify": "~2.4",
"bower": "1.3.12",
"memo-is": "0.0.2",
"coffee-script": "1.8.0",
"grunt": "0.4.5",
"grunt-cli": "> 0.0",
"grunt-minifyify": "latest",
"grunt-contrib-concat": "> 0.0",
"grunt-contrib-sass": "> 0.0",
"grunt-contrib-watch": "> 0.0",
"grunt-http-server": "> 0.0",
"grunt-browserify": "> 0.0",
"grunt-concurrent": "~1.0",
"http-server": "> 0.0",
"mocha": "2.1.0",
"expect": "~ 1.5",
"brfs": "~ 1.4",
"jsdom": "~ 3.1",
"coffee-react" : "~ 3.0",
"sinon": "~ 1.14"
},
"scripts": {
"test": "mocha"
}
}