-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 924 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
{
"name": "twigjs-drupal8",
"version": "1.0.0",
"description": "twigjs-drupal8 ==============",
"main": "index.js",
"scripts": {
"test": "npm run lint && mocha",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/eiriksm/twigjs-drupal8.git"
},
"author": "Eirik S. Morland <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/eiriksm/twigjs-drupal8/issues"
},
"homepage": "https://github.com/eiriksm/twigjs-drupal8",
"devDependencies": {
"brfs": "^1.4.1",
"browserify": "^13.0.0",
"eslint": "^2.5.0",
"gulp": "^3.9.0",
"gulp-livereload": "^3.8.1",
"istanbul": "^0.4.0",
"mocha": "^2.3.3",
"moment": "^2.10.6",
"should": "^8.0.1",
"twig": "^0.8.2",
"twigjs-passthrough": "0.0.1",
"twigjs-trans": "0.0.1",
"twigjs-without": "0.0.1",
"vinyl-source-stream": "^1.1.0"
}
}