forked from gaeun917-zz/pepsico-wwb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "camelot-iwds",
"version": "0.0.1",
"description": "Camelot Instant Win Demo Site",
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/joe2son/camelot-iwds#readme",
"repository": {
"type": "git"
},
"private": true,
"scripts": {
"start": "nodemon server.js"
},
"devDependencies": {
"aws-sdk": "*",
"clean-css": "^3.4.18",
"consolidate": "^0.14.5",
"express": "^3.4.0",
"grunt": "^1.0.1",
"grunt-assemble": "^0.4.0",
"grunt-bower-concat": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^1.0.2",
"grunt-contrib-watch": "^1.0.0",
"grunt-prettify": "^0.4.0",
"grunt-template": "^1.0.0",
"grunt-uncss": "^0.6.1",
"lodash": "^4.13.1",
"matchdep": "^1.0.1",
"nodemon": "^1.11.0",
"path": "^0.12.7",
"swig": "^1.4.2"
},
"dependencies": {
"coffee-script": "*"
}
}