-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 889 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 889 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
{
"name": "multiform",
"description": "Multiple form generator for n length forms",
"author": "Malcolm VanOrder",
"version": "0.3.0",
"main": "multiform.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/mvanorder/multiform.git"
},
"scripts": {
"test": "grunt travis --verbose"
},
"dependencies": {},
"devDependencies": {
"babel-preset-env": "",
"grunt": "1.0.1",
"grunt-babel": "^6.0.0",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-copy": "",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-rename-util": "^1.0.0",
"grunt-text-replace": "^0.4.0",
"jasmine": "^2.6.0",
"jasmine-jquery": "^2.1.1",
"jquery": "^3.2.1"
},
"files": []
}