package.json
672 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
30
31
32
33
34
35
36
37
{
"name": "xn-bootstrap",
"version": "1.0.2",
"description": "xn-style-common",
"keywords": ["xn-style-common"],
"homepage": "",
"author": "zhaoxing",
"repository": {
"type": "git",
"url": ""
},
"bugs": {
"url": ""
},
"licenses": "MIT",
"spm": {
"main": "index.js",
"dependencies": {
"xn-style-common":"2.0.4"
},
"devDependencies": {
"expect.js": "0.3.1"
}
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.0",
"gulp-less": "^3.0.0",
"less": "^2.4.0",
"spm": "3"
},
"scripts": {
"test": "spm test",
"build": "spm build"
}
}