This repository was archived by the owner on Aug 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.67 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.67 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "geoffreyui",
"version": "0.0.0",
"description": "",
"repository": "",
"private": true,
"src": "src",
"test": "test",
"dist": "dist",
"mainInput": "Main",
"mainOutput": "main",
"scripts": {
"preinstall": "npm install -g grunt",
"postinstall": "grunt build"
},
"dependencies": {
"backbone": "^1.1.2",
"backbone-model": "^1.0.6",
"backbone-pouch": "^1.4.0",
"backbone-react-component": "^0.7.2",
"backbone-router": "0.0.0",
"bootstrap-webpack": "0.0.3",
"flux": "^2.0.1",
"font-awesome": "^4.2.0",
"font-awesome-webpack": "0.0.2",
"jquery": "^2.1.1",
"object-assign": "^1.0.0",
"pouchdb": "^3.1.0",
"react": "^0.12.1",
"react-bootstrap": "^0.13.0",
"react-router-component": "git://github.com/STRML/react-router-component.git#react-0.12",
"underscore": "^1.7.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"load-grunt-tasks": "~0.6.0",
"grunt-contrib-connect": "~0.8.0",
"webpack": "~1.4.3",
"jsx-loader": "~0.11.0",
"grunt-webpack": "~1.0.8",
"style-loader": "~0.8.0",
"url-loader": "~0.5.5",
"css-loader": "~0.9.0",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.3",
"karma": "~0.12.21",
"grunt-karma": "~0.8.3",
"karma-webpack": "~1.2.2",
"webpack-dev-server": "~1.6.5",
"grunt-open": "~0.2.3",
"jshint-loader": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.6.0",
"less-loader": "^0.7.7",
"grunt-cli": "^0.1.13",
"react-hot-loader": "^0.4.5"
}
}