-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.27 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "plugin-nunjucks",
"registry": "jspm",
"version": "dev",
"description": "Nunjucks loader plugin",
"main": "nj.js",
"scripts": {
"test": "./bundle.sh && nightwatch"
},
"jspm": {
"dependencies": {
"nunjucks": "github:mozilla/nunjucks@^2.1.0",
"path": "github:jspm/nodelibs-path@^0.1.0",
"underscore": "npm:underscore@^1.8.3"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4",
"jquery": "github:components/jquery@^2.1.4",
"text": "github:systemjs/plugin-text@^0.0.3"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/gig177/plugin-nunjucks.git"
},
"keywords": [
"nunjucks",
"plugin-nunjucks",
"gulp-nunjucks",
"systemjs plugin",
"systemjs",
"jspm"
],
"author": "Evgeniy Poturaev",
"license": "ISC",
"bugs": {
"url": "https://github.com/gig177/plugin-nunjucks/issues"
},
"homepage": "https://github.com/gig177/plugin-nunjucks#readme",
"devDependencies": {
"babel-eslint": "^4.1.3",
"eslint": "^1.6.0",
"express": "^4.13.3",
"jspm": "^0.16.14",
"nightwatch": "^0.8.3",
"nunjucks": "^2.1.0",
"underscore": "^1.8.3"
}
}