-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.74 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.74 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "123-be",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"bcrypt": "^0.8.6",
"bluebird": "^3.3.5",
"coffee-script": "^1.10.0",
"connect-redis": "^1.4.7",
"crypto": "0.0.3",
"dateformat": "^1.0.12",
"ejs": "^2.4.1",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-coffee": "0.13.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-cssmin": "0.9.0",
"grunt-contrib-jst": "0.6.0",
"grunt-contrib-less": "1.1.0",
"grunt-contrib-uglify": "0.7.0",
"grunt-contrib-watch": "0.5.3",
"grunt-sails-linker": "~0.10.1",
"grunt-sync": "0.2.4",
"hpp": "^0.2.1",
"include-all": "~0.1.6",
"jade": "^1.11.0",
"joi": "^8.1.0",
"lodash": "^4.11.1",
"moment": "^2.13.0",
"mongoose": "^4.4.13",
"rc": "^1.0.1",
"sails": "~0.12.3",
"winston": "^2.2.0"
},
"devDependencies": {
"coffeelint": "~1.15.2",
"coffeelint-camel-case-vars": "~0.0.4",
"coffeelint-forbidden-keywords": "~0.1.1",
"coffeelint-function-call-whitespace": "~0.1.3",
"coffeelint-limit-newlines": "~0.0.2",
"coffeelint-no-class-fat-arrows": "~0.1.0",
"coffeelint-no-trailing-commas": "~1.0.2",
"coffeelint-prefer-double-quotes": "~0.1.0"
},
"scripts": {
"debug": "node debug app.js",
"start": "node app.js",
"lint": "coffeelint -f coffeelint.json ./"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git@github.com:n0m0r3pa1n/sails_params_validation.git"
},
"author": {
"name": "Georgi Mirchev",
"email": "gmirchev90@gmail.com",
"url": "https://github.com/n0m0r3pa1n"
},
"license": "Proprietary"
}