-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 851 Bytes
/
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
{
"name": "litejs",
"version": "0.0.1",
"description": "A lite weight javascript library",
"main": "lite.js",
"scripts": {
"test": "karma start karma.conf.js",
"build": "/usr/local/bin/rollup --config rollup.config.js",
"watch": "/usr/local/bin/rollup -w --config rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zxc0328/litejs.git"
},
"author": "ccnuzindex",
"license": "MIT",
"bugs": {
"url": "https://github.com/zxc0328/litejs/issues"
},
"homepage": "https://github.com/zxc0328/litejs#readme",
"devDependencies": {
"chai": "^3.5.0",
"flow-bin": "^0.27.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-mocha": "^1.0.1",
"mocha": "^2.5.3",
"rollup": "^0.26.1",
"rollup-watch": "^2.4.0"
},
"dependencies": {}
}