-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 KB
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
{
"name": "allons-y-web",
"version": "1.0.8",
"description": "Empty web platform based on Plumes.",
"license": "MIT",
"homepage": "https://allons-y.io",
"author": "CodeCorico <hello@codecorico.com>",
"bugs": "https://github.com/CodeCorico/allons-y-web/issues",
"repository": {
"type": "git",
"url": "https://github.com/CodeCorico/allons-y-web.git"
},
"engines": {
"node": ">=4.1",
"npm": ">=3.2"
},
"devDependencies": {
"allons-y-dev-chore": "^1.0.0"
},
"dependencies": {
"allons-y-api": "^1.0.0",
"allons-y-async": "^1.0.0",
"allons-y-bodydata": "^1.0.1",
"allons-y-events-manager": "^1.0.0",
"allons-y-gulp": "^1.0.3",
"allons-y-i18n": "^1.0.0",
"allons-y-js-cookie": "^1.0.1",
"allons-y-media": "^1.0.0",
"allons-y-models": "^1.0.0",
"allons-y-mvw-injection": "^1.0.0",
"allons-y-plumes": "^1.0.1",
"allons-y-public": "^1.0.0",
"allons-y-realtime": "^1.0.0",
"allons-y-routes": "^1.0.1",
"allons-y-socketio": "^1.0.3",
"fs-extra": "^0.30.0",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"jsonfile": "^2.3.1"
}
}