forked from solomon23/solomon-angular-node-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "application-name",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "./node_modules/.bin/coffee ./src/server/app.coffee"
},
"dependencies": {
"express": "3.1.0",
"ejs": "0.8.3",
"q": "0.9.4",
"requirejs": "2.1.6",
"jquery": "1.8.3",
"coffee-script": "1.6.3",
"underscore": "1.4.4",
"request": "2.26.0",
"connect": "2.9.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"matchdep": "*",
"grunt-contrib-coffee": "*",
"grunt-contrib-compass": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-imagemin": "*",
"grunt-contrib-clean": "*",
"grunt-concurrent": "*",
"grunt-jsmin-sourcemap": "*",
"grunt-notify": "*",
"grunt-newer": "*",
"grunt-nodemon": "~0.1.1",
"underscore": "*",
"grunt-contrib-less": "*",
"grunt-contrib-requirejs": "*",
"grunt-server-mocha": "*",
"grunt-angular-templates": "*",
"grunt-filerev": "*",
"grunt-filerev-assets": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-clean": "*"
}
}