-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 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
38
{
"name": "bazalt-query",
"version": "0.0.0",
"description": "A query library for the web.",
"main": "src/index.js",
"scripts": {
"test": "node ./node_modules/isparta/bin/isparta cover _mocha",
"watch": "babel -o ./dist/bazalt-query.js --presets es2015 --minified --watch ./src/**/*.js < ./src/index.js",
"build": "babel -o ./dist/bazalt-query.js --presets es2015 --minified < ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bazalt-Project/bazalt-query.git"
},
"keywords": [
"bazalt",
"query",
"node"
],
"author": "Tacyniak Boris <[email protected]> (http://www.bazalt.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bazalt-Project/bazalt-query/issues"
},
"homepage": "https://github.com/Bazalt-Project/bazalt-query#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.5.1",
"babel-preset-es2015": "^6.5.0",
"isparta": "^4.0.0",
"mocha": "^2.4.5",
"should": "^8.2.1"
},
"dependencies": {
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.16.0"
}
}