-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·48 lines (48 loc) · 1.21 KB
/
package.json
File metadata and controls
executable file
·48 lines (48 loc) · 1.21 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
{
"name": "Taska",
"version": "0.0.3",
"main": "Gruntfile.coffee",
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.4.3",
"coffee": "*",
"cookie-parser": "^1.3.2",
"express": "^4.0.0",
"express-winston": "^0.2.12",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "^0.11.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jade": "^0.9.1",
"grunt-contrib-jst": "^0.6.0",
"grunt-contrib-less": "^0.11.3",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.1",
"grunt-execute": "^0.2.2",
"grunt-nodemon": "^0.3.0",
"jade": "^1.3.1",
"moment": "^2.9.0",
"momentum": "^0.1.3",
"mongodb": "^1.4.7",
"mongoose": "^3.8.12",
"mongoose-nested-set": "^0.0.6",
"morgan": "^1.1.1",
"multer": "^0.1.3",
"path": "^0.4.9",
"winston": "^0.7.3",
"formidable": "^1.0.17"
},
"devDependencies": {},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "http://git.maptorg.ru/Yegor/taska.git"
},
"author": "YegorMY",
"license": "MIT"
}