-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "Web",
"version": "0.1.0",
"description": "web frontend",
"main": "index.js",
"scripts": {
"postinstall": "bower install && tsd reinstall"
},
"dependencies": {
"angular-route": "^1.3.16",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"path": "^0.11.14"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-autoprefixer": "^2.3.1",
"gulp-cachebust": "0.0.5",
"gulp-concat": "^2.6.0",
"gulp-inject": "^1.3.1",
"gulp-minify-css": "^0.3.13",
"gulp-server-livereload": "^1.2.4",
"gulp-sourcemaps": "^1.5.1",
"gulp-template": "^3.0.0",
"gulp-typescript": "^2.5.0",
"gulp-util": "^2.2.14",
"merge2": "^0.3.2",
"node-notifier": "^4.1.2",
"typescript": "^1.5.0-alpha"
},
"repository": {
"type": "git",
"url": "https://github.com/premily/memily.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/premily/memily/issues"
},
"homepage": "https://github.com/premily/memily"
}