forked from themosis/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "themosis-framework",
"version": "1.3.1",
"description": "A WordPress framework.",
"directories": {
"test": "tests"
},
"scripts": {
"watch": "webpack --watch --progress --profile --colors",
"build": "webpack -p --progress --profile --colors",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/themosis/framework.git"
},
"keywords": [
"wordpress",
"framework",
"php"
],
"author": "Julien Lambé",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/themosis/framework/issues"
},
"homepage": "https://github.com/themosis/framework",
"devDependencies": {
"babel-core": "^6.3.26",
"babel-loader": "^6.2.1",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.0",
"file-loader": "^0.8.5",
"git-branch": "^0.3.0",
"style-loader": "^0.13.0",
"stylus": "^0.53.0",
"stylus-loader": "^1.4.2",
"url-loader": "^0.5.7",
"webpack": "^1.12.9",
"webpack-sources": "^0.1.0"
},
"dependencies": {
"autoprefixer": "^6.2.3",
"precss": "^1.4.0"
}
}