-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
{
"name": "lightweight-admin-template",
"description": "Lightweight admin template for your web application",
"version": "0.0.1",
"keywords": [
"css",
"bem",
"bem css",
"sass",
"template",
"admin template"
],
"homepage": "https://mazipan.github.io/lightweight-admin-template",
"author": "Irfan Maulana (https://github.com/mazipan/)",
"scripts": {
"update-shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
"build": "grunt --verbose",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/mazipan/lightweight-admin-template.git"
},
"bugs": {
"url": "https://github.com/mazipan/lightweight-admin-template/issues"
},
"engines": {
"node": ">=4"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.5.1",
"bem-kit": "0.0.1",
"grunt": "^1.0.1",
"grunt-banner": "^0.6.0",
"grunt-cli": "^1.1.0",
"grunt-concurrent": "^2.2.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^1.2.1",
"jsdom": "^9.8.3",
"mocha": "^2.2.5",
"should": "^7.0.2"
}
}