-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 1.33 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
43
44
45
{
"name": "angular-query-builder",
"version": "1.3.0",
"description": "Query builder as JSON from angular directive",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --progress",
"build": "cross-env NODE_ENV=production webpack -p --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tiste/angular-query-builder.git"
},
"keywords": [
"angular",
"module",
"query-builder"
],
"author": "Baptiste Lecocq <[email protected]> (http://tiste.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tiste/angular-query-builder/issues"
},
"homepage": "https://github.com/tiste/angular-query-builder#readme",
"devDependencies": {
"babel-core": "6.10.4",
"babel-loader": "6.2.4",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-runtime": "6.9.0",
"babel-preset-angular": "6.0.15",
"babel-preset-es2015": "6.9.0",
"babel-runtime": "6.9.2",
"baggage-loader": "0.2.4",
"clean-webpack-plugin": "0.1.9",
"cross-env": "2.0.0",
"gh-pages-webpack-plugin": "1.0.1",
"html-loader": "0.4.3",
"html-webpack-plugin": "2.22.0",
"ng-annotate-loader": "0.1.0",
"ngtemplate-loader": "1.3.1",
"underscore": "1.8.3",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1"
}
}