forked from mindstellar/Osclass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 952 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
{
"name": "osclass",
"version": "3.9.0",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-sass": "~1.0.*",
"webpack": "^4.41.0"
},
"description": "Osclass is a free and open script to create your advertisement or listings site. Best features: Plugins, themes, multi-language, CAPTCHA, dashboard, SEO friendly.",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/navjottomer/Osclass.git"
},
"keywords": [
"Classifieds",
"Osclass"
],
"author": "Navjot Tomer",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/navjottomer/Osclass/issues"
},
"homepage": "https://github.com/navjottomer/Osclass#readme",
"dependencies": {
"jquery": "^3.4.1"
}
}