forked from behappyrightnow/chaas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.38 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.38 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "chaas",
"version": "0.1.0",
"description": "CHAAS -- Wiki-based Test Runner",
"main": "dist/chaas.js",
"directories": {
"app": "src/app",
"test": "tests"
},
"dependencies": {
"body-parser": "^1.8.3",
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.8.0"
},
"devDependencies": {
"body-parser": "^1.8.3",
"bower": "^1.3.9",
"exit": "^0.1.2",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-testem": "^0.5.16",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-typescript": "^0.3.8",
"iconv-lite": "^0.4.4",
"js-yaml": "^3.1.0",
"lodash": "^2.4.1",
"testem": "^0.6.18",
"gulp-typescript-compiler":"1.0.1",
"gulp": "^3.6.0",
"gulp-autoprefixer": "^0.0.6",
"main-bower-files": "^1.0",
"gulp-cache": "^0.2",
"gulp-rimraf": "^0.1",
"gulp-csso": "^0.2.6",
"gulp-filter": "^0.4.1",
"gulp-flatten": "^0.0.2",
"gulp-imagemin": "^0.6",
"gulp-jshint": "^1.8",
"gulp-load-plugins": "^0.5",
"gulp-ruby-sass": "^0.4.3",
"gulp-size": "^1.0",
"gulp-uglify": "^0.3",
"gulp-useref": "^0.4.2",
"gulp-ng-annotate": "^0.2.0",
"gulp-replace": "^0.4",
"gulp-rev": "^1.0",
"gulp-rev-replace": "^0.3",
"gulp-ng-html2js": "~0.1.6",
"gulp-minify-html": "~0.1.3",
"gulp-inject": "^1.0",
"jshint-stylish": "^0.4",
"wiredep": "^1.4.3",
"gulp-karma": "0.0.4",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"require-dir": "^0.1",
"browser-sync": "^1.3",
"http-proxy": "^1.1",
"gulp-protractor": "0.0.7",
"gulp-plumber": "^0.6.3",
"protractor": "^1.0.0",
"uglify-save-license": "^0.4.1",
"express": "3.2.5",
"yargs":"1.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/behappyrightnow/chaas.git"
},
"test": "testem",
"contributors": [
{"name": "Krishnan Srinivasan", "email": "krishnan.srinivasan@yale.edu"},
{"name": "Somik Raha", "email": "somik.raha@gmail.com"},
{"name": "Kai Wu", "email": "kwu@smartorg.com"},
{"name": "David Rogers", "email": "al.the.x@gmail.com"}
],
"license": "MIT",
"bugs": "https://github.com/behappyrightnow/chaas/issues",
"homepage": "https://github.com/behappyrightnow/chaas"
}