-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 940 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 940 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
{
"name": "puretreequery",
"version": "1.0.0",
"description": "pure javascript plugin for building complex query with easy to use interface",
"main": "dist/index.min.js",
"unpkg": "dist/index.min.js",
"scripts": {
"prepublish": "npm run build",
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sleekdevelopment/puretreequery.git"
},
"keywords": [
"treequery",
"complex query",
"nested query"
],
"author": "sleek development",
"license": "ISC",
"bugs": {
"url": "https://github.com/sleekdevelopment/puretreequery/issues"
},
"homepage": "https://github.com/sleekdevelopment/puretreequery#readme",
"devDependencies": {
"ts-loader": "^4.1.0",
"typescript": "^2.7.2",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.13"
},
"dependencies": {}
}