-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "todo",
"version": "0.0.0",
"description": "todo list",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/NikitaSedyx/todo/"
},
"scripts": {
"postinstall": "bower cache clean && bower install && gulp",
"start": "node server.js"
},
"author": "Nikita Sedyx [email protected]",
"license": "BSD-2-Clause",
"dependencies": {
"body-parser": "~1.13.1",
"express": "~4.12.4",
"jade": "~1.11.0",
"underscore": "~1.8.3",
"http-proxy": "~1.11.1"
},
"private": true,
"devDependencies": {
"bower": "~1.4.1",
"gulp": "~3.9.0",
"gulp-concat": "~2.5.2",
"gulp-csso": "~1.0.0",
"gulp-jade": "~1.0.1",
"gulp-rename": "~1.2.2",
"gulp-uglify": "~1.2.0",
"gulp-jshint": "~1.11.0",
"gulp-karma": "0.0.4",
"gulp-sass": "~2.0.4",
"gulp-ignore": "~1.2.1",
"gulp-clean": "~0.3.1",
"karma": "~0.12.37",
"jasmine": "~2.3.1",
"jasmine-core": "~2.3.4",
"karma-jasmine": "~0.3.6",
"karma-firefox-launcher": "~0.1.6",
"karma-coverage": "~0.5.0",
"gulp-watch": "~4.3.5"
}
}