-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.04 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
{
"name": "netmessage-extranet",
"version": "3.0.0",
"description": "",
"main": "public/index.php",
"directories": {
"doc": "docs"
},
"dependencies": {
"bower": "1.5.3",
"derequire": "1.2.1",
"fs-extra": "0.24.0",
"grunt-autoprefixer": "2.2.0",
"grunt-exec": "0.4.6",
"gulp": "3.9.0",
"gulp-chmod": "1.2.0",
"gulp-composer": "0.1.0",
"gulp-concat": "2.6.0",
"gulp-copy": "0.0.2",
"gulp-install": "0.5.0",
"gulp-less": "3.0.3",
"gulp-minify-css": "1.2.1",
"gulp-rename": "1.2.2",
"gulp-sass": "2.0.4",
"gulp-sourcemaps": "1.6.0",
"gulp-twig": "0.4.0",
"less": "2.5.3",
"moment": "2.10.6",
"node-sass": "3.3.3",
"rimraf": "2.4.3",
"sass": "0.5.0",
"socket.io": "1.3.7"
},
"devDependencies": {
"gulp-jshint": "1.11.0",
"jshint-stylish": "2.0.0"
},
"repository": {
"type": "git",
"url": "git@gitprod.netmessage.com:flunette/netmessage-extranet.git"
},
"keywords": [
"extranet"
],
"author": "Netmessage",
"license": "BSD"
}