forked from fex-team/alogs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 704 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 704 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
{
"name": "alogs",
"version": "0.1.5",
"description": "The front-end log collection module management",
"author": "zswang<jihu.wang@gmail.com>",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/fex-team/alogs.git"
},
"main": "alog.js",
"keywords": [
"analytic",
"tracking"
],
"license": "MIT",
"devDependencies": {
"mocha": "~1.20.1",
"jdists": "0.3.10",
"fecs": "0.1.1",
"mocha-phantomjs": "3.5.2",
"chai": "1.8.x"
},
"scripts": {
"test": "mocha-phantomjs test/test.html -s webSecurityEnabled=false",
"dist": "jdists src/alog.js -o alog.js && uglifyjs alog.js -o alog.min.js -p 5 -c -m",
"lint": "fecs src/*.js --reporter=baidu"
}
}