-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.09 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
{
"name": "withpricelist",
"version": "1.5.0",
"description": "JS API consumer of Pricelist for show it, search and send estimate email",
"main": "js/withPricelist/main.js",
"dependencies": {
"requirejs": "^2.3.6"
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-purifycss": "^0.1.2"
},
"scripts": {
"install-bower": "cd js/withPricelist && bower install",
"dev": "npm run development",
"development": "r.js.cmd -o app.build.js && grunt -v",
"prod": "npm run production",
"production": "r.js.cmd -o app.build.js && grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arturmamedov/w-pricelist.git"
},
"keywords": [
"pricelist",
"api"
],
"author": "Artur Mamedov <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/arturmamedov/w-pricelist"
}