-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·45 lines (45 loc) · 1.37 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": "usb-node-dashboard",
"version": "0.1.0",
"description": "Node dashboard to connect to oauth API.",
"author": "Zenek Palmer <zen.palmer@gmail.com>",
"contributors": [{}],
"bin": {},
"scripts": {
"postinstall": "bower install",
"start": "node server.js",
"test": "karma start test/karma.conf.js",
"update-webdriver": "webdriver-manager update",
"protractor": "protractor test/protractor-conf.js",
"test-single-run": "karma start test/karma.conf.js --single-run",
"update-index-async": "node -e \"require('shelljs/global'); sed('-i', /\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/, '//@@NG_LOADER_START@@\\n' + cat('bower_components/angular-loader/angular-loader.min.js') + '\\n//@@NG_LOADER_END@@', 'app/index-async.html');\""
},
"main": "",
"repository": {
"type": "git",
"url": "https://github.com/zenekp/usb-node-dashboard"
},
"bugs": {
"url": "https://github.com/zenekp/usb-node-dashboard/issues"
},
"keywords": [
"node",
"oauth"
],
"dependencies": {},
"devDependencies": {
"grunt-cli": "~0.1.13",
"grunt-contrib-compass": "~0.9.0",
"karma": "~0.10",
"protractor": "~0.17.0",
"node-static": "~0.7.4",
"bower": "^1.3.1",
"shelljs": "^0.2.6"
},
"preferGlobal": true,
"private": true,
"publishConfig": {},
"subdomain": "",
"analyze": true,
"license": "MIT"
}