-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 870 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 870 Bytes
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
{
"name": "demandware",
"subdomain": "demandware",
"description": "Demandware Open Commerce API Tools (Backbone.js Storefront)",
"author": "Daniel Ice <dice@coderguy.com>",
"keywords": [
"demandware",
"open commerce api",
"mirror"
],
"bugs": {
"url": "http://github.com/coderguy/demandware/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"repositories": [
{
"type": "git",
"url": "git://github.com/coderguy/demandware.git"
}
],
"scripts": {
"start": "bin/server.js"
},
"version": "0.0.2",
"engines": {
"node": "0.6.x"
},
"dependencies": {
"express": "2.5.x",
"grunt": "0.3.x",
"snockets": "1.3.x",
"less": "1.3.x",
"dustjs-linkedin": "0.4.x",
"findit": "0.1.x"
}
}