-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 877 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 877 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
{
"name": "cm-value-objects-bundle",
"version": "2.7.0",
"description": "Symfony bundle to integrate value objects from the nicolopignatelli/valueobjects package",
"main": "glpfile.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/cubicmushroom/value-objects-bundle.git"
},
"keywords": [
"symfony",
"value",
"objects"
],
"author": "Toby Griffiths <toby@cubicmushroom.co.uk> (http://tobyg.net)",
"license": "ISC",
"bugs": {
"url": "https://github.com/cubicmushroom/value-objects-bundle/issues"
},
"homepage": "https://github.com/cubicmushroom/value-objects-bundle",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-bump": "^2.1.0",
"gulp-cm-phpspec-tasks": "^1.1.0",
"gulp-filter": "^4.0.0",
"gulp-git": "^1.7.1",
"gulp-tag-version": "^1.3.0"
}
}