-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathpackage.json
executable file
·55 lines (55 loc) · 1.6 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
49
50
51
52
53
54
55
{
"name": "mip",
"version": "1.0.86",
"description": "mobile instant page",
"main": "dist/mip.js",
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"chalk": "^1.1.3",
"karma": "^1.7.0",
"karma-chai": "^0.1.0",
"karma-chai-as-promised": "^0.1.2",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-html-reporter": "^0.2.7",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.4",
"karma-sauce-launcher": "^1.1.0",
"less": "^2.7.2",
"mip-builder": "^1.2.1",
"mip-processor": "^1.2.0",
"mip-processor-amd": "^1.2.1",
"mip-processor-jscompress": "^1.2.0",
"mip-processor-less": "^1.2.0",
"mocha": "^2.5.3",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0"
},
"scripts": {
"build": "node tools/build.js",
"build-mip-less": "lessc src/less/mip.less dist/mip.css",
"dev": "node tools/build.js dev",
"pretest": "npm run build-mip-less",
"test": "karma start ./scripts/unit/karma.unit.conf.js",
"pretest:sl": "npm run build-mip-less",
"test:sl": "karma start ./scripts/unit/karma.sauce.conf.js",
"test:co": "npm test -- --reporters mocha,coverage",
"test:watch": "npm test -- --auto-watch --no-single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mipengine/mip.git"
},
"keywords": [
"mip"
],
"author": "The authors of MIP",
"license": "MIT",
"bugs": {
"url": "https://github.com/mipengine/mip/issues"
},
"homepage": "https://github.com/mipengine/mip#readme"
}