-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 932 Bytes
/
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
{
"name": "cosinnus-core",
"version": "1.0.0",
"description": "",
"main": "app.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"production": "webpack --config webpack/production.config.js",
"dev": "webpack --progress --watch --config webpack/development.config.js"
},
"repository": {
"type": "git",
"url": "[email protected]:wechange-eg/cosinnus-core.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"braces": "^2.3.1",
"exports-loader": "^0.6.3",
"less": "^4.1.1",
"less-plugin-clean-css": "^1.5.1",
"lessc": "^1.0.2",
"lodash": "^4.17.20",
"mixin-deep": "^1.3.2",
"nunjucks": "^2.4.2",
"nunjucks-loader": "^2.4.2",
"pofile": "^1.0.10",
"script-loader": "^0.7.0",
"set-value": "^2.0.1",
"underscore": "^1.12.1",
"webpack": "^1.13.0"
}
}