forked from pilwon/ultimate-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
121 lines (121 loc) · 3 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "ultimate-seed",
"description": "The ultimate full-stack AngularJS + Node.js/Express seed (batteries included!) that makes web developers insanely productive.",
"version": "0.3.6",
"private": true,
"license": "MIT",
"author": "Pilwon Huh <[email protected]>",
"contributors": [
{
"name": "Pilwon Huh",
"email": "[email protected]",
"url": "https://github.com/pilwon"
},
{
"name": "Brian Park",
"email": "[email protected]",
"url": "https://github.com/yaru22"
}
],
"homepage": "https://github.com/pilwon/ultimate-seed",
"repository": {
"type": "git",
"url": "git://github.com/pilwon/ultimate-seed.git"
},
"keywords": [
"javascript",
"node.js",
"seed",
"angular",
"angular-ui",
"barbeque",
"source-maps",
"bootstrap",
"bower",
"browserify",
"font-awesome",
"express",
"grunt",
"handlebars",
"jquery",
"jshint",
"karma",
"mocha",
"less",
"less-hat",
"livereload",
"lodash",
"underscore",
"modernizr",
"mongodb",
"mongoose",
"passport",
"facebook",
"google",
"twitter",
"redis",
"hiredis",
"socket.io",
"uglify",
"winston"
],
"dependencies": {
"async": "~0.2.9",
"barbeque": "~0.2.1",
"bcrypt": "~0.7.7",
"colors": "~0.6.2",
"express-winston": "~0.2.1",
"lodash": "~1.3.1",
"moment": "~2.4.0",
"string": "~1.5.1",
"ultimate": "0.3.6",
"winston": "~0.7.2",
"winston-mongodb": "~0.4.2",
"wrench": "~1.5.4"
},
"devDependencies": {
"chai": "~1.8.1",
"coffeeify": "~0.5.2",
"grunt": "~0.4.1",
"grunt-browserify2": "~0.1.8",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-imagemin": "~0.3.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-less": "~0.8.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-express": "~0.3.6",
"grunt-karma": "~0.6.2",
"grunt-open": "~0.2.2",
"grunt-protractor-runner": "~0.2.0",
"grunt-usemin": "~2.0.1",
"handlebars-runtime": "~1.0.12",
"hbsfy": "~1.0.0",
"intern": "~1.3.1",
"karma": "~0.10.4",
"karma-chrome-launcher": "~0.1.0",
"karma-mocha": "~0.1.0",
"karma-ng-html2js-preprocessor": "~0.1.0",
"matchdep": "~0.3.0",
"ngmin": "~0.4.0",
"protractor": "~0.15.0",
"rfile": "~1.0.0",
"rfileify": "~1.3.1",
"rhtml": "~1.0.0",
"uglify-js": "~2.4.3"
},
"scripts": {
"prepublish": "node npm-scripts prepublish",
"postpublish": "node npm-scripts postpublish",
"preinstall": "node npm-scripts preinstall",
"postinstall": "node npm-scripts postinstall",
"preuninstall": "node npm-scripts preuninstall",
"postuninstall": "node npm-scripts postuninstall",
"preupdate": "node npm-scripts preupdate",
"postupdate": "node npm-scripts postupdate",
"start": "node server"
}
}