forked from Poniverse/Pony.fm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "pony.fm",
"version": "1.0.0",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "ssh://[email protected]/diffusion/PF/pony-fm.git"
},
"packages": {},
"dependencies": {},
"devDependencies": {
"angular": "1.5.8",
"angular-chart.js": "1.0.0-alpha6",
"angular-strap": "2.3.8",
"angular-ui-router": "0.3.1",
"chart.js": "2.1.0",
"coffee-loader": "0.7.2",
"coffee-script": "1.10.0",
"gulp": "3.9.1",
"gulp-angular-templatecache": "1.8.0",
"gulp-autoprefixer": "3.1.0",
"gulp-cached": "1.1.0",
"gulp-clean-css": "2.0.10",
"gulp-concat": "2.6.0",
"gulp-header": "1.8.2",
"gulp-if": "2.0.1",
"gulp-less": "3.1.0",
"gulp-livereload": "3.8.1",
"gulp-load-plugins": "1.2.4",
"gulp-notify": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-sourcemaps": "1.6.0",
"gulp-util": "3.0.7",
"jquery": "2.2.4",
"script-loader": "0.7.0",
"underscore": "1.8.3",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1",
"webpack-stream": "3.2.0",
"yargs": "4.7.1"
}
}