forked from giggio/atelies
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.09 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.09 KB
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
{
"engines": {
"node": "0.10.x"
},
"name": "atelies",
"version": "1.16.1",
"private": true,
"scripts": {
"start": "node server.js",
"postinstall": "node_modules/grunt-cli/bin/grunt heroku",
"test": "grunt test:smoke",
"blanket": {
"pattern": [
"public",
"app"
]
}
},
"repository": {
"type": "git",
"url": "https://github.com/giggio/atelies.git"
},
"dependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.x",
"grunt-contrib-coffee": "~0.7.x",
"grunt-shell": "~0.3.1",
"express": "~3.4.2",
"jade": "~0.33.x",
"coffee-script": "~1.6.x",
"underscore": "~1.5.2",
"bcrypt": "~0.7.7",
"mongoose": "~3.7.2",
"everyauth": "~0.4.x",
"correios": "0.0.4",
"nodemailer": "~0.4.4",
"async": "~0.2.9",
"pagseguro": "0.0.4",
"xml2js": "~0.2.8",
"request": "~2.22.0",
"requirejs": "~2.1.8",
"connect-mongo": "~0.3.3",
"aws-sdk": "~1.9.0",
"recaptcha": "~1.2.0",
"gm": "~1.13.3",
"marked": "~0.2.9",
"grunt-wait": "~0.1.0",
"prerender-node": "~0.1.3",
"sitemap": "~0.7.0"
},
"devDependencies": {
"grunt-coffeelint": "0.0.x",
"grunt-contrib-requirejs": "~0.4.x",
"grunt-contrib-less": "~0.6.4",
"grunt-contrib-watch": "~0.4.x",
"grunt-mocha-cov": "0.0.x",
"grunt-express-server": "~0.4.5",
"grunt-nodemon": "~0.1.1",
"grunt-concurrent": "~0.4.1",
"grunt-bower-task": "~0.3.2",
"connect-less": "git://github.com/giggio/connect-less.git",
"jsdom": "*",
"backbone": "~1.0.x",
"underscore.string": "~2.3.x",
"node-localstorage": "~0.3.x",
"htmlparser2": "~3.0.x",
"mocha": "~1.9.x",
"sinon": "~1.7.x",
"sinon-chai": "~2.4.x",
"xmlhttprequest": "~1.5.x",
"chai-fuzzy": "~1.3.0",
"amdefine": "~0.1.0",
"sandboxed-module": "~0.3.0",
"mocha-lcov-reporter": "0.0.x",
"zombie": "~2.0.0-alpha19",
"selenium-webdriver": "~2.37.0",
"chromedriver": "~2.2.0",
"chai": "~1.7.2",
"chai-datetime": "1.x.x",
"blueimp-md5": "1.x.x",
"grunt-contrib-copy": "~0.4.1"
}
}