-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 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
46
47
48
49
50
{
"name": "tinelic",
"version": "0.0.1",
"private": true,
"dependencies": {
"amdefine": "~0.1.0",
"blueimp-md5": "~1.1.0",
"body-parser": "~1.11.0",
"compression": "~1.3.0",
"cookie-parser": "~1.3.3",
"dustjs-helpers": "~1.7.x",
"dustjs-linkedin": "~2.7.x",
"express": "~4.10.7",
"geoip-lite": "~1.1.5",
"less-middleware": "~1.0.4",
"lodash": "~3.8.0",
"lx-valid": "git://github.com/sergeyksv/lx-valid.git",
"moment": "~2.9.0",
"mongodb": "~1.4.28",
"multer": "~0.1.7",
"newrelic": "~1.19.0",
"raven": "~0.7.3",
"request": "~2.51.0",
"requirejs": "~2.1.15",
"requirejs-text": "^2.0.12",
"safe": "~0.3.3",
"serve-static": "~1.8.0",
"tablesorter": "~2.21.5",
"useragent": "~2.1.3",
"yargs": "~3.6.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-contrib-uglify": "~0.8.0",
"grunt-git-describe": "~2.3.2",
"grunt-nodemon": "~0.4.0"
},
"optionalDependencies": {
"mongo-utils": "~0.4.5",
"selenium-webdriver": "~2.42.x",
"phantomjs": "~1.9.13",
"chromedriver": "~2.10.x"
},
"scripts": {
"test": "grunt build && mocha -bR spec test/test.js",
"test-chrome": "mocha -bR spec test/test.js --browser=chrome --testenv=test",
"test-check": "mocha -bR spec test/test.js --testenv=test"
}
}