forked from kirkas/Ascensor.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.25 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.25 KB
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": "Ascensor.js",
"version": "1.8.13",
"author": "Léo Galley <contact@kirkas.ch>",
"description": "Ascensor is a jquery plugin which aims to train and adapt content according to an elevator system",
"main": "jquery.ascensor.js",
"license": "BSD",
"repository": "https://github.com/kirkas/Ascensor.js",
"engines": {
"node": ">= 0.8.0",
"npm": "1.2.15"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-clean": "~0.5.0",
"grunt": "~0.4.1",
"grunt-templater": "0.0.4-1",
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-jasmine": "~0.6.1",
"load-grunt-tasks": "~0.4.0",
"time-grunt": "0.2.10",
"requirejs": "~2.1.11",
"karma": "~0.10.9",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.2",
"karma-ios-launcher": "0.0.3",
"karma-jasmine": "~0.1.0",
"karma-requirejs": "~0.2.1",
"grunt-karma": "~0.6.2",
"karma-browserstack-launcher": "0.0.8",
"load-grunt-config": "~0.7.1",
"grunt-contrib-connect": "~0.7.1",
"grunt-bump": "0.0.13"
}
}