-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 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
57
58
{
"name": "renuo-upload",
"private": true,
"version": "1.0.0",
"description": "Renuo Upload",
"repository": {
"type": "git",
"url": "[email protected]:renuo/renuo-upload.git"
},
"license": "MIT",
"author": "Cyril Kyburz <[email protected]> (https://www.renuo.ch)",
"contributors": [],
"bugs": {
"url": "https://redmine.renuo.ch/projects/upload/issues"
},
"dependencies": {
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"bower": "^1.7.9",
"coffee-script": "^1.10.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-connect": "^3.2.2",
"gulp-karma": "0.0.5",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^4.3.5",
"gulp-typescript": "^2.13.0",
"gulp-uglify": "^1.5.3",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"open": "0.0.5",
"phantomjs-prebuilt": "^2.1.7",
"protractor": "^3.2.2",
"socket.io": "^1.4.5",
"tslint": "^3.7.4",
"typescript": "^1.8.10",
"typings": "^0.7.12"
},
"engines": {
"node": ">=0.10.0"
},
"analyze": true,
"scripts": {
"prestart": "npm install",
"postinstall": "bower install",
"start": "gulp",
"pretest": "npm install",
"test": "gulp test"
}
}