Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

adaptivejs

Package Overview
Dependencies
Maintainers
2
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adaptivejs - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

.gitignore.bak

44

package.json
{
"name": "adaptivejs",
"version": "0.0.2",
"description": "A framework for creating adaptive websites.",
"author": {
"name": "Mobify",
"email": "dev@mobify.com",
"url": "https://github.com/mobify"
},
"scripts": {
"test": "grunt test"
}
"name": "adaptivejs",
"version": "0.1.0",
"description": "A framework for creating adaptive websites.",
"author": {
"name": "Mobify",
"email": "dev@mobify.com",
"url": "https://github.com/mobify"
},
"scripts": {
"test": "grunt test"
},
"license": {
"type": "proprietary",
"url": "https://raw.github.com/mobify/adaptivejs/master/LICENSE"
},
"dependencies": {
"mobifyjs": "2.0.10",
"mobifyjs-utils": "1.0.0"
},
"devDependencies": {
"connect": "2.3.4",
"lodash": "~2.4.1",
"grunt": "~0.4.1",
"grunt-contrib-connect": "~0.1.0",
"grunt-contrib-watch": "~0.2.x",
"grunt-contrib-qunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-mocha-phantomjs": "~0.3.2",
"grunt-release": "~0.7.0",
"grunt-requirejs": "0.4.0",
"mocha": "~1.14.0",
"chai": "~1.9.0"
}
}

@@ -5,1 +5,21 @@ adaptivejs

Framework for creating adaptive templated websites using Javascript
Full Documentation:
https://mobify.atlassian.net/wiki/display/PLAT/Adaptive.js
## Getting Started
We've supplied an example adaptive.js project as a starting point for you in the example folder. To get it running:
1. cd into the example directory
2. run `npm install`
3. run `bower install`
4. run `grunt preview`
5. Navigate to http://preview.mobify.com
6. For the Site URL, enter the website you want to adapt. **NOTE:** The site must have a Mobify tag installed in order for the site to adapt.
7. For the bundle location enter: http://localhost:8080/build/
8. Hit authorize and you should see an example adapted view!
The example is using the code inside of the `adaptivejs/src` folder, so during development, you can use this example
as a way of testing your changes.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc