forked from thomaschampagne/elevate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.24 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": "Make",
"description": "Make StravistiX distribution structure and builds archive",
"main": "make.js",
"scripts": {
"test": "gulp specs"
},
"repository": {
"type": "git",
"url": "https://github.com/thomaschampagne/stravistix"
},
"author": {
"name": "Thomas Champagne",
"email": "[email protected]",
"web": "http://thomaschampagne.github.io"
},
"contributors": {
"name": "Thomas Champagne",
"email": "[email protected]",
"web": "http://thomaschampagne.github.io"
},
"readme": "None",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-git": "^1.12.0",
"gulp-if": "^2.0.1",
"gulp-json-editor": "^2.2.1",
"gulp-load-plugins": "^1.4.0",
"gulp-options": "^1.1.1",
"gulp-typescript": "^2.14.1",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"jasmine": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-json-fixtures-preprocessor": "0.0.6",
"karma-phantomjs-launcher": "^1.0.2",
"karma-typescript": "^2.1.7",
"run-sequence": "^1.2.2",
"underscore": "^1.8.3",
"vinyl-ftp": "^0.4.5"
}
}