forked from kpi-wdc/dj
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 3.09 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "wdc",
"version": "0.10.1",
"description": "Widget & statistical presentation platform",
"private": true,
"scripts": {
"postinstall": "jspm install && gulp build",
"start": "node --harmony ./node_modules/sails/bin/sails lift",
"debug": "node --harmony debug ./node_modules/sails/bin/sails lift",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/kpi-wdc/wdc"
},
"devDependencies": {
"angular-jsdoc": "0.3.3",
"gulp-bump": "0.3.0",
"gulp-coveralls": "0.1.3",
"gulp-git": "1.2.1",
"gulp-protractor": "1.0.0",
"gulp-tag-version": "1.2.1",
"http-server": "0.8.0",
"karma": "0.12.31",
"karma-babel-preprocessor": "5.1.0",
"karma-chrome-launcher": "0.1.8",
"karma-coverage": "0.3.1",
"karma-firefox-launcher": "0.1.4",
"karma-jasmine": "0.3.5",
"karma-jspm": "1.1.4",
"karma-junit-reporter": "0.2.2",
"karma-phantomjs-launcher": "0.1.4",
"karma-phantomjs-shim": "1.0.0",
"karma-verbose-reporter": "0.0.2",
"sails-hook-autoreload": "0.11.5"
},
"dependencies": {
"avg": "file:proc/avg",
"babel": "4.7.16",
"bcryptjs": "2.1.0",
"connect-mongo": "0.8.1",
"del": "1.1.1",
"ejs": "2.3.1",
"es6-module-loader": "0.16.5",
"express": "3.20.1",
"fast-stats": "0.0.2",
"gravatar": "1.1.1",
"gulp": "3.9.0",
"gulp-add-src": "0.2.0",
"gulp-angular-templatecache": "1.6.0",
"gulp-babel": "4.0.1",
"gulp-bower": "0.0.10",
"gulp-cached": "1.0.4",
"gulp-changed": "1.2.1",
"gulp-concat": "2.5.2",
"gulp-extend": "0.2.0",
"gulp-filter": "2.0.2",
"gulp-if": "1.2.5",
"gulp-inline-source": "1.2.0",
"gulp-json-editor": "2.2.1",
"gulp-less": "3.0.3",
"gulp-less-sourcemap": "1.4.2",
"gulp-load-plugins": "0.10.0",
"gulp-minify-css": "1.1.0",
"gulp-minify-html": "1.0.2",
"gulp-modify": "0.1.1",
"gulp-ng-annotate": "0.5.2",
"gulp-plumber": "1.0.0",
"gulp-rename": "1.2.2",
"gulp-run": "1.6.7",
"gulp-shell": "0.4.1",
"gulp-size": "1.2.1",
"gulp-sourcemaps": "1.5.2",
"gulp-tap": "0.1.3",
"gulp-uglify": "1.2.0",
"jspm": "0.15.4",
"newrelic": "1.18.4",
"node-linq": "0.0.5",
"oauth": "0.9.12",
"object-hash": "0.5.0",
"passport": "0.2.1",
"passport-google-oauth": "0.2.0",
"passport-local": "1.0.0",
"rc": "1.0.1",
"run-sequence": "1.1.0",
"sails": "0.11.0",
"sails-hook-dev": "0.2.2",
"sails-mongo": "0.10.6",
"systemjs": "0.16.9",
"traceur": "0.0.89",
"validator": "3.39.0",
"xlsjs": "0.7.5",
"xlsx": "0.8.0",
"xlsx-json-parser": "file:proc/xlsx2json"
},
"jspm": {
"directories": {
"baseURL": ".tmp/public",
"lib": "assets",
"packages": "jspm_packages"
},
"configFile": "assets/js/config.js",
"dependencies": {},
"devDependencies": {
"traceur": "github:jmcriffey/bower-traceur@0.0.87",
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.87"
}
},
"main": "app.js",
"engines": {
"node": "0.12.x",
"npm": "2.x.x"
}
}