-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 1.02 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
{
"name": "angular-duoshuo",
"version": "0.5.2",
"description": "a duoshuo SDK for angular.js, pure front-end, cross-domain request supported.",
"main": "dist/duoshuo.min.js",
"scripts": {
"serve": "node_modules/.bin/serve .",
"build": "node_modules/.bin/uglifyjs src/duoshuo.js --mangle --compress -o dist/duoshuo.min.js --source-map dist/duoshuo.min.js.map --source-map-url duoshuo.min.js.map --source-map-root ../src/duoshuo.js",
"dev": "npm run serve",
"start": "npm run serve",
"example": "npm run serve"
},
"repository": {
"type": "git",
"url": "https://github.com/duoshuo/angular-duoshuo.git"
},
"keywords": [
"duoshuo",
"angular",
"duoshuo-sdk",
"duoshuo-api",
"duoshuo-embed"
],
"author": "turing <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/duoshuo/angular-duoshuo/issues"
},
"homepage": "https://github.com/duoshuo/angular-duoshuo",
"devDependencies": {
"serve": "~1.4.0",
"uglify-js": "^2.4.15"
}
}