forked from naturalsolutions/NS.UI.FormBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 807 Bytes
/
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
{
"name": "formBuilder",
"version": "0.0.0",
"description": "",
"main": "assets/js/config.js",
"repository": {
"type": "git",
"url": "git://github.com/NaturalSolutions/NS.UI.FormBuilder.git"
},
"author": "MICELI Antoine",
"license": "ISC",
"bugs": {
"url": "https://github.com/NaturalSolutions/NS.UI.FormBuilder/issues"
},
"homepage": "https://github.com/NaturalSolutions/NS.UI.FormBuilder",
"devDependencies": {
"grunt" : "^0.4.5",
"grunt-autoprefixer" : "^2.0.0",
"grunt-bower-clean" : "^0.2.2",
"grunt-bower-requirejs" : "^1.1.0",
"grunt-contrib-cssmin" : "^0.9.0",
"grunt-contrib-less" : "^0.11.0",
"grunt-contrib-uglify" : "^0.4.0",
"grunt-contrib-watch" : "^0.6.1",
"sqlite-parser" : "^0.14.3"
}
}