-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.45 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
48
49
50
51
52
53
54
55
56
{
"name": "Euraka",
"version": "1.0.0",
"description": "Euraka est une étrange créature provenant d'un futur sombre, où l'Humanité semble s'être éteinte...",
"main": "gulpfile.js",
"devDependencies": {
"babelify": "^6.1.2",
"brfs": "^1.4.0",
"browserify": "^11.0.1",
"factor-bundle": "^2.4.1",
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-notify": "^2.2.0",
"gulp-open": "^1.0.0",
"gulp-ractive": "0.7.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"lodash": "^3.10.1",
"node-notifier": "^4.2.3",
"nw-builder": "^2.0.2",
"pretty-hrtime": "^1.0.0",
"ractify": "^0.6.0",
"ractivate": "^0.2.0",
"ractive": "~0.7.3",
"ractiveify": "^1.5.6",
"replace": "^0.3.0",
"require-dir": "^0.3.0",
"uglifyify": "^3.0.1",
"underscore": "~1.8.3",
"url": "^0.10.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.2",
"yargs": "^3.12.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/AzariasB/Euraka"
},
"keywords": [],
"author": "",
"license": "CC BY-NC 3.0",
"bugs": {
"url": "https://github.com/AzariasB/Euraka/issues"
},
"homepage": "https://github.com/AzariasB/Euraka",
"dependencies": {
"ractive": "^0.7.3",
"underscore": "^1.8.3"
}
}