-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
{
"name": "bebinesh",
"version": "0.3.4",
"description": "A lightweight promotional modal",
"main": "index.js",
"scripts": {
"build-css": "catw -c 'lessc -' 'src/bebinesh.less' > dist/bebinesh.css && postcss dist/bebinesh.css --use autoprefixer -r --no-map",
"build-js": "browserify src/bebinesh.js -s Bebinesh | ccjs - > dist/bebinesh.js",
"build": "npm run build-js && npm run build-css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Javid-Izadfar/Bebinesh.git"
},
"keywords": [
"Iran",
"Email",
"Farsi",
"Modal",
"Promotion"
],
"author": "Javid Izadfar",
"license": "MIT",
"bugs": {
"url": "https://github.com/Javid-Izadfar/Bebinesh/issues"
},
"homepage": "https://github.com/Javid-Izadfar/Bebinesh#readme",
"dependencies": {
"component-query": "^0.0.3",
"cookie-cutter": "^0.1.1",
"get-doc": "^1.0.3",
"xtend": "^4.0.0"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"browserify": "^10.2.4",
"catw": "^1.0.1",
"closurecompiler": "^1.5.1",
"less": "^2.7.2",
"postcss-cli": "^3.0.0"
}
}