-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
35 lines (35 loc) · 951 Bytes
/
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
{
"name": "diy-checkout",
"version": "1.0.0",
"description": "Example self-hosted Celery checkout",
"main": "Gruntfile.js",
"dependencies": {},
"devDependencies": {
"bower": "^1.3.9",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-watch": "^0.6.1",
"grunt-hogan": "^0.3.0",
"grunt-svgmin": "^0.4.0",
"load-grunt-tasks": "^0.6.0"
},
"scripts": {
"serve": "grunt serve",
"build": "grunt build",
"postinstall": "bower install --interactive=false"
},
"repository": {
"type": "git",
"url": "https://github.com/airbrite/diy-checkout.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/airbrite/diy-checkout/issues"
},
"homepage": "https://github.com/airbrite/diy-checkout"
}