-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 995 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
{
"name": "gulp-sofa-define-annotation",
"version": "0.3.1",
"description": "A Simple Gulp Task That Replaces A Simple Annotation With A Legacy sofa.define Wrapper",
"main": "dist/index.js",
"scripts": {
"test": "mocha test/sofa-define-wrapper.spec.js --ui tdd"
},
"repository": {
"type": "git",
"url": "https://github.com/sofa/gulp-sofa-define-annotation"
},
"author": "Robin Thrift <[email protected]>",
"license": "GPL",
"bugs": {
"url": "https://github.com/sofa/gulp-sofa-define-annotation/issues"
},
"homepage": "https://github.com/sofa/gulp-sofa-define-annotation",
"dependencies": {
"lodash.template": "^3.6.1",
"strip-bom": "^1.0.0",
"through2": "^0.6.5"
},
"devDependencies": {
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-mocha": "^2.1.0",
"mocha": "^2.2.5",
"should": "^6.0.3",
"should-sinon": "0.0.1",
"sinon": "^1.14.1",
"vinyl": "^0.5.0"
}
}