-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 749 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
{
"name": "ng.config",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify -r ./index.js -s 'ng.config' | derequire > dist/index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ds82/ng.config.git"
},
"keywords": [
"angular",
"ng",
"app",
"config"
],
"author": "Dennis Sänger <npm15-ngconfig@mail.ds82.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ds82/ng-app-config/issues"
},
"homepage": "https://github.com/ds82/ng-app-config#readme",
"devDependencies": {
"browserify": "11.0.1",
"derequire": "2.0.2",
"lodash": "3.10.1"
}
}