-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (54 loc) · 1.69 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
{
"name": "isomorphic-sandbox",
"version": "0.1.0",
"description": "A simple isomorphic web application based on React.js and Flux architecture.",
"main": "server.js",
"repository": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "./node_modules/grunt-cli/bin/grunt build"
},
"author": "Tobiáš Potoček",
"email": "[email protected]",
"license": "MIT",
"dependencies": {
"debug": "^1.0.0",
"superagent": "~0.15.7",
"express": "^4.3.2",
"express-state": "^1.2.0",
"compression": "~1.1.0",
"body-parser": "~1.8.1",
"director": "~1.2.0",
"handlebars": "~1.0.12",
"jade": "^1.3.1",
"underscore": "~1.5.2",
"http-proxy": "~0.10.3",
"reactify": "~0.14.0",
"react": "~0.11.0",
"react-tools": "~0.5.1",
"react-async": "~1.0.2",
"react-bootstrap": "~0.12.0",
"fibers": "~1.0.2",
"node-jsx": "~0.11.0",
"dispatchr": "^0.2.0",
"fetchr": "^0.3.0",
"routr": "^0.0.2",
"flux-router-component": "^0.2.0",
"bootstrap": "~3.2.0",
"jquery": "~2.1.1",
"font-awesome": "~4.2.0",
"bootswatch": "~3.2.0",
"lorem-ipsum": "~1.0.1",
"revalidator": "~0.2.0",
"grunt": "~0.4.5",
"grunt-cli": "0.1.13",
"browserify": "~5.12.0",
"uglifyify": "~2.5.0",
"grunt-browserify": "~3.0.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "~0.6.0",
"grunt-nodemon": "~0.3.0",
"grunt-concurrent": "~0.4.1",
"grunt-contrib-less": "~0.11.4"
}
}