-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
40 lines (40 loc) · 978 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": "vanilla-ujs",
"version": "1.3.0",
"description": "Rails UJS in VanillaJS",
"main": "lib/assets/javascripts/vanilla-ujs.js",
"scripts": {
"build": "npm install && grunt dist",
"test": "grunt test",
"webtest": "grunt webtest"
},
"devDependencies": {
"body-parser": "~1.18.2",
"chai": "^4.1.2",
"express": "~4.16.2",
"grunt": "^1.0.1",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "~3.2.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-express": "*",
"grunt-mocha": "~1.0",
"grunt-parallel": "^0.5.1",
"sinon": "^4.1.2"
},
"repository": {
"type": "git",
"url": "git://github.com/hauleth/vanilla-ujs.git"
},
"keywords": [
"ujs",
"rails",
"vanilla"
],
"author": "Łukasz Niemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/hauleth/vanilla-ujs/issues"
},
"homepage": "https://github.com/hauleth/vanilla-ujs"
}