-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 921 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 921 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
38
{
"name": "ampadb-django",
"version": "1.2.1",
"repository": {
"type": "git",
"url": "git+https://github.com/ampafdv/ampadb.git"
},
"author": "Victor G",
"license": "MIT",
"bugs": {
"url": "https://github.com/ampafdv/ampadb/issues"
},
"homepage": "https://github.com/ampafdv/ampadb",
"engines": {
"node": "8.x",
"yarn": "1.x"
},
"scripts": {
"postinstall": "grunt",
"test": "grunt test",
"watch": "grunt all watch",
"clean": "grunt clean"
},
"dependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-coffeelint": "^0.0.16",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-uglify": "^3.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^3.0.0",
"grunt-sass-lint": "^0.2.3",
"sass": "^1.14.3"
}
}