forked from mipengine/mip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·48 lines (43 loc) · 1.28 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "mip",
"version": "1.0.31",
"description": "mobile instant page",
"main": "dist/mip.js",
"dependencies": {},
"devDependencies": {
"chalk": "^1.1.3",
"mip-builder": "^1.2.1",
"mip-processor": "^1.2.0",
"mip-processor-amd": "^1.2.1",
"mip-processor-less": "^1.2.0",
"mip-processor-jscompress": "^1.2.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-chai-as-promised": "^0.1.2",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^1.1.1",
"karma-html-reporter": "^0.2.7",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.4",
"mocha": "^2.5.3",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0"
},
"scripts": {
"build": "node tools/build.js",
"dev": "node tools/build.js dev",
"test": "node tools/build.js test;./node_modules/karma/bin/karma --port 9877 start --reporters mocha,html,coverage"
},
"repository": {
"type": "git",
"url": "git@github.com:mipengine/mip.git"
},
"keywords": [
"mip"
],
"author": "The authors of MIP",
"license": "MIT"
}