-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 986 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
35
36
37
38
{
"name": "ng-oop",
"version": "0.1.1",
"description": "AngularJS abstract classes for easier component implementation",
"definition": "AngularJS OOP",
"homepage": "https://githib.com/thierry2015/ng-oop",
"author": {
"name": "Thierry Parent",
"url": "http://thierryparent.ca"
},
"license": "MIT",
"repository": {
"url": "https://github.com/thierry2015/ng-oop.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/thierry2015/ng-oop/issues"
},
"engines": {
"node": ">= 10.7.0"
},
"main": "dist/node.js",
"browser": "dist/web.js",
"scripts": {
"build": "node node_modules/webpack/bin/webpack.js --progress --hide-modules --config=webpack.config.js",
"watch": "npm run build -- --watch",
"test": "ava"
},
"devDependencies": {
"@absolunet/eslint-config-core": "0.3.0",
"@absolunet/library-builder": "0.1.1",
"@absolunet/tester": "2.1.0",
"eslint": "^5.3.0",
"eslint-loader": "^2.1.0",
"lodash.merge": "4.6.1"
},
"dependencies": {}
}