-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
68 lines (68 loc) · 1.73 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "flintandsteel",
"version": "0.0.1",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install",
"start": "echo \"Please use gulp start to start the server\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/YashdalfTheGray/flintandsteel.git"
},
"keywords": [
"flint",
"and",
"steel"
],
"author": "Yash Kulshrestha",
"license": "ISC",
"bugs": {
"url": "https://github.com/YashdalfTheGray/flintandsteel/issues"
},
"homepage": "https://github.com/YashdalfTheGray/flintandsteel",
"dependencies": {
"bluebird": "3.3.4",
"body-parser": "1.15.0",
"chalk": "1.1.1",
"express": "4.13.0",
"external-ip": "0.2.4",
"helmet": "2.1.2",
"ip": "1.1.2",
"lodash": "4.6.0",
"mongodb": "2.1.4",
"morgan": "1.7.0",
"nodemailer": "2.5.0",
"passport": "0.3.2",
"passport-windowsauth": "1.0.0",
"sha.js": "2.4.5"
},
"devDependencies": {
"bench-rest": "1.1.1",
"codeclimate-test-reporter": "0.3.0",
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-angular-filesort": "1.1.1",
"gulp-inject": "1.3.0",
"gulp-jscs": "3.0.2",
"gulp-jshint": "2.0.0",
"gulp-natural-sort": "0.1.1",
"gulp-nodemon": "2.0.6",
"gulp-util": "3.0.7",
"jasmine": "2.4.1",
"jasmine-core": "2.4.1",
"jscs": "2.11.0",
"jshint": "2.9.1",
"jshint-stylish-ex": "0.2.0",
"karma": "0.13.22",
"karma-cli": "0.1.2",
"karma-coverage": "0.5.5",
"karma-jasmine": "0.3.8",
"karma-ng-html2js-preprocessor": "0.2.1",
"karma-phantomjs-launcher": "1.0.0",
"mkdirs": "0.0.2",
"phantomjs-prebuilt": "^2.1.6"
}
}