-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.41 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
{
"name": "submission",
"version": "0.0.1",
"description": "submission ==========",
"main": "index.js",
"dependencies": {
"gulp": "^3.8.9"
},
"devDependencies": {
"event-stream": "^3.1.7",
"gulp-angular-gettext": "^0.3.1",
"gulp-angular-templatecache": "^1.4.2",
"gulp-concat": "^2.4.3",
"gulp-connect": "^2.0.6",
"gulp-debug": "^1.0.1",
"gulp-ignore": "^1.2.1",
"gulp-inject": "^1.0.2",
"gulp-jshint": "^1.9.0",
"gulp-karma": "0.0.4",
"gulp-load-plugins": "^0.7.1",
"gulp-minify-css": "^0.4.4",
"gulp-rimraf": "^0.1.1",
"gulp-run-sequence": "^0.3.2",
"gulp-sass": "^1.2.2",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.1",
"gulp-watch": "^1.1.0",
"jasmine": "^2.1.1",
"jasmine-core": "^2.1.3",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.28",
"karma-jasmine": "^0.3.2",
"karma-phantomjs-launcher": "^0.1.4",
"main-bower-files": "^2.1.0",
"phantomjs": "^1.9.12",
"q": "^1.0.1",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.1",
"stream-series": "^0.1.1"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/segue-org/submission.git"
},
"author": "Felipe Mobus ([email protected])",
"license": "GPL",
"bugs": {
"url": "https://github.com/segue-org/submission/issues"
},
"homepage": "https://github.com/segue-org/submission"
}