-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "mob-app-ui",
"version": "0.1.5",
"description": "Mobile CSS UI for hybrid application development",
"keywords": [
"mobile",
"style",
"hybrid",
"ui",
"interface",
"application",
"mob-app-ui"
],
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmitrykuzmenkov/mob-app-ui.git"
},
"author": "Dmitry Kuzmenkov <[email protected]> (http://dmitrykuzmenkov.ru)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dmitrykuzmenkov/mob-app-ui/issues"
},
"homepage": "https://github.com/dmitrykuzmenkov/mob-app-ui#readme",
"devDependencies": {
"autoprefixer": "^6.3.3",
"autoprefixer-loader": "^3.2.0",
"copy-webpack-plugin": "^0.3.3",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^1.7.0",
"image-webpack-loader": "^1.6.3",
"jext": "^0.2.5",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"less-plugin-clean-css": "^1.5.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"less": "^2.6.0"
}
}