forked from uku/Unblock-Youku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 843 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
33
34
35
{
"name": "ub.uku.js",
"version": "2.0.0",
"dependencies": {
"colors": "*",
"nomnom": "1.8.x",
"request": "2.73.x",
"validator": "5.4.x",
"uglify-js": "2.7.x"
},
"scripts": {
"start": "node server/server.js",
"test": "python test/run-all-tests.py",
"test:unit": "_mocha unit_test/**/*-tests.js -r babel-core/register",
"test:unit:watch": "npm run test:unit -- --watch"
},
"engines": {
"node": "4.4.x",
"npm": "1.4.x"
},
"repository": {
"type": "git",
"url": "https://github.com/zhuzhuor/Unblock-Youku.git"
},
"license": "AGPL-3.0",
"devDependencies": {
"babel-core": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"chai": "^3.5.0",
"eslint": "^2.4.0",
"eslint-plugin-react":"^4.2.3",
"eslint-config-airbnb": "^6.2.0",
"mocha": "^2.4.5"
}
}