-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 1.09 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
{
"name": "alice-js",
"version": "1.1.1",
"description": "A Javascript library for attaching callbacks to vertical scroll positions.",
"main": "test.js",
"scripts": {
"bower": "./node_modules/bower/bin/bower install jquery lodash",
"grunt": "./node_modules/grunt-cli/bin/grunt",
"test-index": "./node_modules/mocha-phantomjs/bin/mocha-phantomjs test/index.html",
"test-index-shim": "./node_modules/mocha-phantomjs/bin/mocha-phantomjs test/index-shim.html",
"test-index-no_": "./node_modules/mocha-phantomjs/bin/mocha-phantomjs test/index-no_.html",
"test": "npm run bower && npm run grunt"
},
"devDependencies": {
"grunt": "latest",
"grunt-cli": "latest",
"grunt-mocha-phantomjs": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-jshint": "latest",
"bower": "latest",
"mocha": "latest",
"chai": "latest",
"mocha-phantomjs": "latest"
},
"repository": {
"type": "git",
"url": "[email protected]:aeo/alice.git"
},
"keywords": [
"scroll"
],
"author": "Jacob Swartwood <[email protected]>",
"license": "MIT"
}