-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "physbook",
"version": "1.4.0",
"description": "Social extranet for Arts et Métiers ParisTech students",
"main": "web/app.php",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "phpunit -c app/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Minishlink/physbook.git"
},
"author": "Louis Lagrange",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Minishlink/physbook/issues"
},
"homepage": "https://github.com/Minishlink/physbook#readme",
"devDependencies": {
"bower": "^1.6.3",
"glob": "^5.0.15",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.3.0",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.0.3",
"gulp-notify": "^2.2.0",
"gulp-rework": "^1.0.3",
"gulp-shell": "^0.5.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-watch": "^4.3.5",
"gulpicon": "^0.1.2",
"less": "^2.5.3",
"rework-plugin-url": "^1.1.0"
}
}