-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.37 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.37 KB
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
46
47
48
49
50
51
52
53
54
55
{
"name": "@told/azure-functions-server",
"version": "1.9.15",
"description": "Azure Functions Server",
"main": "index.ts",
"scripts": {
"afs": "node bin\\afs -w",
"test": "karma start karma.conf.js"
},
"bin": {
"afs": "./bin/afs.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toldsoftware/azure-functions-server.git"
},
"keywords": [
"typescript",
"module",
"boilerplate"
],
"author": "Rick Love",
"license": "MIT",
"bugs": {
"url": "https://github.com/toldsoftware/azure-functions-server/issues"
},
"homepage": "https://github.com/toldsoftware/azure-functions-server#readme",
"devDependencies": {
"@types/jasmine": "^2.5.35",
"coveralls": "^2.11.15",
"jasmine-core": "^2.4.1",
"karma": "^1.3.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-typescript": "^2.1.5",
"typescript": "^2.1.4",
"azure-storage": "^1.4.0",
"node-uuid": "^1.4.7"
},
"dependencies": {
"@told/platform": "^1.1.0",
"@types/ncp": "^2.0.0",
"@types/node": "^6.0.62",
"@types/node-uuid": "0.0.28",
"@types/rimraf": "^0.0.28",
"@types/webpack": "^2.2.4",
"ncp": "^2.0.0",
"node-watch": "^0.4.1",
"replacestream": "^4.0.2",
"rimraf": "^2.5.4",
"source-map-loader": "^0.1.6",
"tslib": "^1.4.0",
"webpack": "^2.2.0"
}
}