-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
62 lines (62 loc) · 1.51 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
56
57
58
59
60
61
62
{
"name": "famous-flex-demo",
"version": "0.3.1",
"private": "true",
"homepage": "https://github.com/IjzerenHein/famous-flex-demo",
"repository": {
"type": "git",
"url": "git://github.com/IjzerenHein/famous-flex-demo.git"
},
"author": {
"name": "Hein Rutjes <hrutjes@gmail.com>"
},
"description": "Demo for showcasing famous-flex",
"keywords": [
"famo.us",
"famous",
"famous-flex",
"famous-flex-demo"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/IjzerenHein/famous-flex-demo/blob/master/LICENSE"
}
],
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/IjzerenHein/famous-flex-demo/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"bootstrap": "^3.2.0",
"css-loader": "^0.7.0",
"expose-loader": "^0.5.3",
"famous": "^0.3.5",
"famous-flex": "^0.3.5",
"famous-polyfills": "^0.3.0",
"fastclick": "^1.0.4",
"file-loader": "^0.6.1",
"glob": "^4.0.5",
"grunt": "latest",
"grunt-eslint": "latest",
"grunt-exec": "latest",
"grunt-ftp-deploy": "latest",
"grunt-jscs": "latest",
"html-loader": "^0.2.2",
"json-loader": "^0.5.1",
"less": "^1.7.4",
"less-loader": "^0.7.5",
"optimist": "^0.6.1",
"pleasejs": "^0.2.0",
"script-loader": "^0.6.0",
"style-loader": "^0.6.4",
"url-loader": "^0.5.5",
"webpack": "latest",
"webpack-cordova-plugin": "latest",
"webpack-dev-server": "latest"
},
"scripts": {}
}