-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 988 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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "ngbs-forms",
"version": "1.5.0",
"description": "Generate forms using Angular for validations and Bootstrap for styles from short and concise descriptions of the fields.",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/ernestoalejo/ngbs-forms.git"
},
"keywords": [
"bootstrap",
"angular",
"forms",
"generator"
],
"author": "Ernesto Alejo",
"license": "MIT",
"bugs": {
"url": "https://github.com/ernestoalejo/ngbs-forms/issues"
},
"homepage": "https://github.com/ernestoalejo/ngbs-forms",
"devDependencies": {
"jshint-stylish": "~0.1.5",
"gulp-jshint": "~1.5.0",
"gulp": "~3.5.2",
"gulp-mocha": "~0.4.1",
"gulp-watch": "~0.5.0",
"gulp-filter": "~0.3.0",
"mkdirp": "~0.3.5",
"gulp-clean": "~0.2.4",
"expect.js": "~0.3.1"
},
"dependencies": {
"underscore": "~1.6.0",
"underscore.string": "~2.3.3"
}
}