package.json
581 Bytes
{
"name": "xn-directive-loading",
"version": "2.0.0",
"description": "loading",
"keywords": [],
"homepage": "",
"author": "zhaoxing <zhaoxing@xiniunet.com>",
"repository": {
"type": "git",
"url": ""
},
"bugs": {
"url": ""
},
"licenses": "MIT",
"spm": {
"main": "index.js",
"dependencies": {
"xn-directive-common": "1.0.11",
"jquery": "1.7.2"
},
"devDependencies": {
"expect.js": "0.3.1"
}
},
"devDependencies": {
"spm": "3"
},
"scripts": {
"test": "spm test",
"build": "spm build"
}
}