-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 797 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 797 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
32
33
34
{
"name": "angular-sharing",
"version": "0.0.1",
"description": "ng",
"main": "index.html",
"scripts": {
"test": "mocha",
"build": "browserify -t debowerify scripts/app.js -o bundle.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mo-group/angular-sharing.git"
},
"private": true,
"keywords": [
"ng"
],
"author": "Leo Chen-Tsu_Lin <lin19890808@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mo-group/angular-sharing/issues"
},
"homepage": "https://github.com/mo-group/angular-sharing",
"devDependencies": {
"browserify": "^5.11.0",
"deamdify": "^0.1.1",
"deglobalify": "^0.2.0",
"es6ify": "^1.3.0",
"debowerify": "^0.8.1"
},
"dependencies": {
"highlight.js": "^8.2.0"
}
}